当前位置:网站首页>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
边栏推荐
猜你喜欢
随机推荐
How to use pywinauto and pyautogui to link the anime lady and sister please go home
A. Doremy‘s IQ-- Codeforces Round #808 (Div. 1)
numpy.where
Leetcode 129求根节点到叶节点数字之和、104二叉树的最大深度、8字符串转换整数(atoi)、82删除排序链表中的重复元素II、204二分查找、94二叉树的中序遍历、144二叉树的前序遍历
Check if point is inside rectangle
JAX-based activation function, softmax function and cross entropy function
excel vertical to horizontal
程序员还差对象?new一个就行了
ELK log collection
C language - branch statement and loop statement
Chapter 12 End-User Task As Shell Scripts
numpy.hstack
6132. 使数组中所有元素都等于零-快速排序法
PostgreSQL Basics--Common Commands
计算两点之间的中点
perspectiveTransform warpPerspective getPerspectiveTransform findHomography
计算两点之间的距离
Department project source code sharing
IDEA common plugins
LocalDateTime转为Date类型