Vivado里最常用的5个Tcl命令

vivado中常用的五个命令:

  • get_cells
  • get_nets
  • get_ports
  • get_pins
  • get_clocks
  • 各自的含义如下图:
    在这里插入图片描述

在这里插入图片描述

  • filter:过滤器

  • -hier:按层次寻找

  • -of_object:隶属于/相连接,下图的连线表示可以使用 -of [get_nets/pins/cells/ports/clocks]相互找到,图中的example使用这一系列命令找到了方向为输出、与wbDataForinput_IBUF_inst的pin相连的所有cell

猜你喜欢

转载自blog.csdn.net/qq_43445577/article/details/114492736