汇总归纳各种 Vivado 中的 TCL 脚本。
This repository summarizes and categorizes various TCL scripts used in Xilinx Vivado.
| 目录 / Directory | 说明 / Description |
|---|---|
project/ |
项目创建与管理脚本 / Project creation and management scripts |
synthesis_impl/ |
综合与实现脚本 / Synthesis and implementation scripts |
constraints/ |
约束文件管理脚本 / Constraint file management scripts |
ip_management/ |
IP 核管理脚本 / IP core management scripts |
simulation/ |
仿真脚本 / Simulation scripts |
reporting/ |
报告与分析脚本 / Reporting and analysis scripts |
在 Vivado Tcl Console 或批处理模式下,使用以下方式运行脚本:
Run scripts in the Vivado Tcl Console or in batch mode:
# 在 Tcl Console 中运行 / Run in Tcl Console
source <script_path>.tcl
# 批处理模式 / Batch mode
vivado -mode batch -source <script_path>.tcl欢迎提交新的 TCL 脚本或改进现有脚本。
Contributions of new TCL scripts or improvements to existing ones are welcome.