当前位置:网站首页>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
边栏推荐
- 云原生DevOps环境搭建
- Secondary Vocational Network Security Competition B7 Competition Deployment Process
- Calculate the angle of a line defined by two points
- CDH6的Hue打开出现‘ascii‘ codec can‘t encode characters
- 软件测试之移动APP安全测试简析,北京第三方软件检测机构分享
- npm npm
- D - Linear Probing- 并查集
- 获取小猪民宿(短租)数据
- numpy.where
- A. Doremy‘s IQ-- Codeforces Round #808 (Div. 1)
猜你喜欢
随机推荐
sys_kill系统调用
How do programmers solve online problems gracefully?
2022第六届强网杯部分wp
PDF转Word有那么难吗?做一个文件转换器,都解决了
Spark Sql之join on and和where
excel remove all carriage return from a cell
How to better understand and do a good job?
数据机构---第五章树与二叉树---二叉树的概念---应用题
qt-faststart installation and use
Calculate the distance between two points
excel edit a cell without double clicking
部门项目源码分享
Codeforces CodeTON Round 2 (Div. 1 + Div. 2, Rated, Prizes!) A-D Solution
Chapter 19 Tips and Traps: Common Goofs for Novices
C语言——分支语句和循环语句
Chapter 12 End-User Task As Shell Scripts
C#大型互联网平台管理框架源码:基于ASP.NET MVC+EF6+Bootstrap开发,支持多数据库
When using DocumentFragments add a large number of elements
ICLR 2022最佳论文:基于对比消歧的偏标签学习
Leetcode 129求根节点到叶节点数字之和、104二叉树的最大深度、8字符串转换整数(atoi)、82删除排序链表中的重复元素II、204二分查找、94二叉树的中序遍历、144二叉树的前序遍历