当前位置:网站首页>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
边栏推荐
- bat 之 特殊字符&转义
- 计算由两点定义的线的角度
- What is CICD excuse me
- 6133. Maximum number of packets
- Codeforces CodeTON Round 2 (Div. 1 + Div. 2, Rated, Prizes!) A-D Solution
- Dynamic Scene Deblurring with Parameter Selective Sharing and Nested Skip Connections
- 添加大量元素时使用 DocumentFragments
- 6132. All the elements in the array is equal to zero - quick sort method
- 对于在新标签页中打开的链接,始终使用“noopener”或“noreferrer”
- Thesis understanding [RL - Exp Replay] - Experience Replay with Likelihood-free Importance Weights
猜你喜欢
随机推荐
ELK日志采集
6134. Find the closest node to the given two nodes - force double hundred code
部门项目源码分享
计算两点之间的距离
最短路模板
一款简洁的文件传输工具
Spark Sql之union
怎样做才能让这条SQL变成一条危险的SQL?
颜色透明参数
[C language advanced] file operation (2)
IDEA common plugins
访问控制台中的选定节点
软技能之UML图
UML diagram of soft skills
一道golang中关于iota的面试题
加载字体时避免隐藏文本
Spark Sql之join on and和where
测试岗月薪5-9k,如何实现涨薪到25k?
PostgreSQL 基础--常用命令
计算由两点定义的线的角度