📄 quick_map.scr
字号:
/**************************************************************//* Notice: A new tutorial for DesignPower and Power Compiler *//* is being developed. It contains the new features of */ /* DesignPower 1997.08. To obtain this new tutorial, contact *//* Steve Lentzen at slentzen@synopsys.com. Please include *//* your Synopsys site ID in your request. *//**************************************************************/analyze -format vhdl -lib WORK binary.vhdelaborate CFG_BINARY_BLOCK_BEHAVIORAL -lib DEFAULT -update/* set wire load model and apply load at output ports*/create_clock clk -name clock -period 20set_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/* This step added for CPS compliance */include seq_output.ssa
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -