当前位置:网站首页>Quartus uses tcl files to quickly configure pins
Quartus uses tcl files to quickly configure pins
2022-08-01 23:36:00 【Coke is delicious】
The content of this article:Using tcl files in Quartus to quickly configure pins and export configured pins
I. tcl file import pin configuration
- Use any editor to create and open a tcl file, preferably a new tcl folder to save the tcl file

- The basic syntax of configuring pins is as follows, such as configuring the pins of the clk clock signal
set_location_assignmentPIN_E1-toclk - The format is as follows:
set_location_assignmentpin name-toSignal name - Write this format directly in the tcl file, as follows:

- After saving, click [Tools]→[Tcl Scrips…] in Quartus

- Click [Add to Project…] to add the tcl file just now

- Select the tcl file and click [Run]

- Configuration complete

- Click [Pin Planner] to open the pin configuration, you can see that it has been configured

Second, export the configured tcl pin file
- Open [Pin Planner], click [File]→[Export…]

- The default export is csv file, you can change it to tcl file

- The exported pin configuration file tcl can be left to import the file directly when doing other projects in the future, but the premise is that the signal names need to be consistent
边栏推荐
- Getting started with IDEA is enough to read this article
- C#大型互联网平台管理框架源码:基于ASP.NET MVC+EF6+Bootstrap开发,支持多数据库
- Additional Features for Scripting
- Leetcode 129求根节点到叶节点数字之和、104二叉树的最大深度、8字符串转换整数(atoi)、82删除排序链表中的重复元素II、204二分查找、94二叉树的中序遍历、144二叉树的前序遍历
- Deep Learning Fundamentals - Numpy-based Recurrent Neural Network (RNN) implementation and backpropagation training
- prim生成树
- numpy.isclose
- From 0 to 1: Design and R&D Notes of Graphic Voting Mini Program
- vscode hide menu bar
- 6133. Maximum number of packets
猜你喜欢
随机推荐
Background project Express-Mysql-Vue3-TS-Pinia page layout-sidebar menu
Avoid , ,
, and tags论文理解【RL - Exp Replay】—— Experience Replay with Likelihood-free Importance Weights
计算由两点定义的线的角度
Loading configuration of Nacos configuration center
云原生DevOps环境搭建
部门项目源码分享
一款简洁的文件传输工具
Special characters & escapes in bat
怎样做才能让这条SQL变成一条危险的SQL?
简单3D渲染器的制作
【参营经历贴】2022网安夏令营
6132. 使数组中所有元素都等于零-快速排序法
基于JAX的激活函数、softmax函数和交叉熵函数
cdh6打开oozieWeb页面,Oozie web console is disabled.
CAKE:一个用于多视图知识图谱补全的可扩展性常识感知框架
Check if point is inside rectangle
[Camp Experience Post] 2022 Cybersecurity Summer Camp
Calculate the midpoint between two points
6134. 找到离给定两个节点最近的节点-力扣双百代码








