当前位置: 代码迷 >> 嵌入开发 >> verilog中调用其他模块出现有关问题
  详细解决方案

verilog中调用其他模块出现有关问题

热度:7068   发布时间:2013-02-26 00:00:00.0
verilog中调用其他模块出现问题
想在顶层模块中调用下层模块,在顶层模块中写了include语句,可是出现module can not be declared more than once的错误,请问怎么解决?求高手指点。。。

------解决方案--------------------------------------------------------
You don't have to use the include statement to include those submodules again.