?? slack_gt_2_xilinx.txt
字號:
************* Sample TCL FIND command **********************
Open the prep2_2.prj file under <install>/examples/verilog/altera
Change the implementation to Virtex4.
Run.
Open the technology view.
To find all the terminals (pins) on instances whose slack exceeds 2 in the mapped netlist, you can use the following TCL command in the TCl window:
c_print [find -pin *.* -in [expand -hier -to [find -hier -inst * -filter @slack > 2]] -filter @slack > 2] -prop slack
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -