st_mult1.tcl
来自「veilog实现的状态机乘法器.可以参考」· TCL 代码 · 共 8 行
TCL
8 行
# Run with quartus_sh -t <x_cons.tcl>
set_global_assignment -section_id st_mult1 -name EDA_DESIGN_ENTRY_SYNTHESIS_TOOL SYNPLIFY
set_global_assignment -section_id eda_design_synthesis -name EDA_INPUT_DATA_FORMAT EDIF
set_global_assignment -section_id eda_design_synthesis -name EDA_INPUT_VCC_NAME VCC
set_global_assignment -section_id eda_design_synthesis -name EDA_INPUT_GND_NAME GND
set_global_assignment -section_id eda_design_synthesis -name EDA_LMF_FILE synplcty.lmf
import_assignments_from_maxplus2 st_mult1.acf
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?