前言
在打开vivado在线debu的窗口直接报错:
ERROR: [Wavedata 42-472] WCFG parsing ERROR:
Fatal Error at file xxx/dev/project_1.hw/hw_1/wave/hw_ila_data_2/hw_ila_data_2.wcfg, line 1, char 1
Message: invalid document structure
ERROR: [Labtools 27-1832] create_wave_config not a supported tcl command in labtools hardware mode. Default wave configurations are automatically created when triggering an ILA core.
解决方法:
在tcl命令行中输入:
display_hw_ila_data -reset
然后关掉debug界面重新进入即可。
以上。