.synopsys_dc.setup

来自「design compile synthesis user guide」· SETUP 代码 · 共 13 行

SETUP
13
字号
/* Define the target technology library,   symbol library, and link libraries */target_library = lsi_10k.dbsymbol_library = lsi_10k.sdblink_library = target_library + "*"search_path = search_path + {./src}/* Define path directories for file locations */source_path = "./src/"script_path = "./scr/"log_path = "./log/"db_path = "./db/"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?