Pass Through NonSizing Optimizer ERROR: [VRFC 10-2063] Module <uiudp_stack> not found while processing module instance <uiudp_stack_inst> [D:/project/9689/ad_test_top_2023010302_chandbg/src/06_udp/master_wrapper.v:180] ERROR: [XSIM 43-3322] Static elaboration of top level Verilog design unit(s) in library work failed.
时间: 2024-04-23 10:24:46 浏览: 279
这个错误提示是由于在一个模块实例中引用了一个不存在的模块所导致的。在你的代码中,第180行的`uiudp_stack_inst`实例中使用了`uiudp_stack`模块,但在代码中并没有找到这个模块。你需要检查一下代码,确认`uiudp_stack`模块是否被正确地定义和实例化。如果这个模块确实存在,那么可能是由于文件路径或库文件设置不正确导致的问题。
阅读全文
相关推荐

















