admin管理员组

文章数量:1608635

        使用Jtag转AXI IP核模拟PC端的控制指令时,当tcl指令过多时,vivado中会报信息:

“Message 'Labtoolstcl 44-481' appears 100 times and further instances of the messages will be disabled.  use the tcl command set_msg_config to change the current settings”

        此时vivado tcl栏中不会再显示读写的值具体是多少,对于调试来说很不方便

        这里只需要将tcl信息数量的上限值设置大一些即可重新显示,例如设置成5000:

“set_param messaging.defaultLimit 5000”

本文标签: 指令次数JTAGFPGAXilinx