当前位置:网站首页>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
边栏推荐
- C#大型互联网平台管理框架源码:基于ASP.NET MVC+EF6+Bootstrap开发,支持多数据库
- Leetcode 129求根节点到叶节点数字之和、104二叉树的最大深度、8字符串转换整数(atoi)、82删除排序链表中的重复元素II、204二分查找、94二叉树的中序遍历、144二叉树的前序遍历
- Access the selected node in the console
- Making a Simple 3D Renderer
- Create virtual environments with virtualenv and Virtualenvwrapper virtual environment management tools
- 最短路模板
- Codeforces CodeTON Round 2 (Div. 1 + Div. 2, Rated, Prizes!) A-D Solution
- 毕业作业
- The third chapter of the imitation cattle network project: develop the core functions of the community (detailed steps and ideas)
- Dynamic Scene Deblurring with Parameter Selective Sharing and Nested Skip Connections
猜你喜欢
随机推荐
测试岗月薪5-9k,如何实现涨薪到25k?
访问控制台中的选定节点
Loading configuration of Nacos configuration center
添加大量元素时使用 DocumentFragments
计算两点之间的距离
prim生成树
Nacos配置中心之加载配置
numpy.hstack
用virtualenv和Virtualenvwrapper虚拟环境管理工具创建虚拟环境
Oracle 数据库设置为只读及读写
在CDH的hue上的oozie出现,提交 Coordinator My Schedule 时出错
【参营经历贴】2022网安夏令营
Flink学习第五天——Flink可视化控制台依赖配置和界面介绍
Interpretation of the paper (GSAT) "Interpretable and Generalizable Graph Learning via Stochastic Attention Mechanism"
Additional Features for Scripting
drf生成序列化类代码
GIF制作-灰常简单的一键动图工具
excel vertical to horizontal
C语言——分支语句和循环语句
[LeetCode304 Weekly Competition] Two questions about the base ring tree 6134. Find the closest node to the given two nodes, 6135. The longest cycle in the graph








