create_db.scr
来自「design compile synthesis user guide」· SCR 代码 · 共 28 行
SCR
28 行
/*--- This script is used for creating the four db files *//*--- required for the ECO flow *//*--- Creating db for the old hdl and old netlist */read -f verilog ./src/uwave.vcurrent_design uwave_ctl/*--- apply constraints */set_max_area 0/*--- write out the old hdl in db format */write -hier -o db/old_hdl.dbcompile/*--- instantiate spare cell into the old netlist */include ./scripts/spare_cellwrite -hier -o db/old_netlist.dbremove_design -design /*--- creating db for the new hdl and new netlist */read -f verilog ./src/nu_uwave.vcurrent_design uwave_ctl/*--- applied the same constraints as above */set_max_area 0write -hier -o db/new_hdl.dbcompilewrite -hier -o db/new_netlist.dbremove_design -allquit
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?