综合与时序分析
生成综合脚本并检索综合结果
您可以使用 makehdl 或 makehdltb 函数启用或禁用编译、仿真或综合脚本的生成,然后自定义生成的脚本文件的名称和内容。您还可以通过在 HDL 工作流顾问或 HDL 工作流命令行界面中指定综合目标(如面积优化、编译优化或速度优化)为特定综合工具生成 Tcl 命令。
函数
hdlsetuptoolpath | 设置系统环境以访问 FPGA 综合软件 |
主题
- Structure of Generated Script Files
A generated EDA script consists of an initialization phase, command-per-file phase, and a termination phase.
- Properties for Controlling Script Generation
Enable or disable script generation and customize the names and content of generated script files by using the
makehdlormakehdltbfunctions. - Synthesis Objective to Tcl Command Mapping
Tool-specific Tcl commands that correspond to the HDL Workflow synthesis objectives.
- 生成用于编译、仿真和综合的脚本
用于自定义脚本文件的命令行属性和 GUI 选项。
- Configure Compilation, Simulation, Synthesis, and Lint Scripts
Configure the script file generation by using the EDA Tool Scripts pane.
- Configure Synthesis Project Using Tcl Script
Add Tcl script that configures your synthesis project.