run.syn.scr

来自「design compile synthesis user guide」· SCR 代码 · 共 22 行

SCR
22
字号
analyze -format vhdl -lib WORK ripple.vhdelaborate CFG_RIPPLE_BLOCK_BEHAVIORAL -lib DEFAULT -updatewrite -f db -h -o ../db/ripple.read.dbset_operating_conditions -library "class" "WCCOM"set_wire_load "10x10"set_driving_cell -cell AN2P -library class all_inputs()set_load 1 all_outputs()compile -map_effort low/*include set_switching_activity.scr*/include set_switching_activity.tv.scrset_switching_activity -period 20 -toggle_rate 2 -static_prob 0.5 find(port,"clk")/*report power for the design */report_power report_power -netreport_power -cellwrite -f db -h -o ../db/ripple.compiled.db/*quit*/

⌨️ 快捷键说明

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