当前位置:网站首页>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
边栏推荐
- 6132. All the elements in the array is equal to zero - quick sort method
- Making a Simple 3D Renderer
- Chapter 11 Working with Dates and Times
- PDF转Word有那么难吗?做一个文件转换器,都解决了
- 用virtualenv和Virtualenvwrapper虚拟环境管理工具创建虚拟环境
- 在CDH的hue上的oozie出现,提交 Coordinator My Schedule 时出错
- sys_kill系统调用
- Additional Features for Scripting
- cmd command
- Avoid hidden text when loading fonts
猜你喜欢
随机推荐
访问控制台中的选定节点
The monthly salary of the test post is 5-9k, how to increase the salary to 25k?
ELK log collection
prim生成树
Calculate the midpoint between two points
Sql之各种Join
基于JAX的激活函数、softmax函数和交叉熵函数
Additional Features for Scripting
YOLO等目标检测模型的非极大值抑制NMS和评价指标(Acc, Precision, Recall, AP, mAP, RoI)、YOLOv5中[email protected]与
数据增强--学习笔记(图像类,cnn)
sys_kill system call
nodejs--process
Convert LocalDateTime to Date type
sys_kill系统调用
添加大量元素时使用 DocumentFragments
6133. Maximum number of packets
npm npm
When solving yolov5 training: "AssertionError: train: No labels in VOCData/dataSet_path/train.cache. Can not train"
Access the selected node in the console
中职网络安全竞赛B7比赛部署流程








