📄 create_db.scr
字号:
/*--- 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -