当前位置:网站首页>Quartus 使用 tcl 文件快速配置管脚
Quartus 使用 tcl 文件快速配置管脚
2022-08-01 23:33:00 【可乐有点好喝】
本文内容:在 Quartus 中使用 tcl 文件快速配置管脚,以及导出已经配置好的管脚
一、tcl 文件导入管脚配置
- 随便使用一个编辑器,新建并打开一个 tcl 文件,最好是新建一个 tcl 文件夹,用来保存 tcl 文件
- 配置管脚的基本语法如下,比如配置 clk 时钟信号的管脚
set_location_assignmentPIN_E1-toclk - 格式如下:
set_location_assignment管脚名-to信号名 - 在 tcl 文件中直接按这种格式写,即可,如下:
- 保存完毕后,在 Quartus 中点击【Tools】→【Tcl Scrips…】
- 点击【Add to Project…】添加刚刚的 tcl 文件
- 选中 tcl 文件,再点击【Run】即可
- 配置完成
- 点击【Pin Planner】打开管脚配置,可以看到已经配置完了
二、导出配置好的 tcl 管脚文件
- 打开【Pin Planner】,点击【File】→【Export…】
- 默认导出的是 csv 文件,改成 tcl 文件即可
- 导出好的管脚配置文件 tcl 可以留待以后做其它项目的时候直接导入该文件,不过前提是信号名需要一致
边栏推荐
- numpy.around
- 邻接表与邻接矩阵
- 伸展树的特性及实现
- Secondary Vocational Network Security Competition B7 Competition Deployment Process
- sys_kill system call
- Chapter 19 Tips and Traps: Common Goofs for Novices
- CAKE:一个用于多视图知识图谱补全的可扩展性常识感知框架
- [LeetCode304周赛] 两道关于基环树的题 6134. 找到离给定两个节点最近的节点,6135. 图中的最长环
- sys_kill系统调用
- Access the selected node in the console
猜你喜欢
随机推荐
Calculate the distance between two points
Spark Sql之union
2022/7/31
nodejs--process
【参营经历贴】2022网安夏令营
problem solved
Sql之各种Join
excel vertical to horizontal
Data Organization --- Chapter 5 Trees and Binary Trees --- The Concept of Binary Trees --- Application Questions
6132. All the elements in the array is equal to zero - quick sort method
萍不回答
IDEA入门看这一篇就够了
Check if point is inside rectangle
[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
C#大型互联网平台管理框架源码:基于ASP.NET MVC+EF6+Bootstrap开发,支持多数据库
B. Difference Array--Codeforces Round #808 (Div. 1)
检查点是否在矩形内
Chapter 12 End-User Task As Shell Scripts
深度学习基础-基于Numpy的循环神经网络(RNN)实现和反向传播训练
访问控制台中的选定节点