find_lut3_xilinx.txt

来自「多个Verilog和vhdl程序例子」· 文本 代码 · 共 10 行

TXT
10
字号

************* 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 LUT3 instances in the mapped netlist, you can use the following TCL command in the TCl window:

c_print [find -hier -inst * -filter @view == LUT3*] -prop view

⌨️ 快捷键说明

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