问题:在使用modelsim对基于GW FPGA项目的仿真时,报错:module is not defined。提到的模块往往是调用的IP核中定义的模块。

modelsim : module is not defined

原因:未添加prim_sim库。

解决:将preim_sim.v文件添加到仿真工程中,并编译,再仿真即可。

modelsim : module is not defined

 

相关文章:

  • 2021-11-10
  • 2021-06-27
  • 2021-11-01
  • 2021-04-08
  • 2021-09-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-16
  • 2021-10-30
  • 2021-05-24
  • 2021-10-07
  • 2022-01-09
  • 2021-04-09
  • 2021-10-09
相关资源
相似解决方案