DrLmow

Results 2 issues of DrLmow

Hello all, I used ucrt64 gcc and cmake installed from msys2 to build the library, and the generator used Mingw MakeFile. During the build process, there was an error that...

我写了一个mover的模块,同时也写了一个mover_tb来进行仿真,我把mover.v放进了src文件夹,mover_tb放进了sim文件夹。 之后就在mover_tb中,就会报一个mover模块找不到的错误,但是右键是可以进行跳转的,而且在DIDE界面也可以看到依赖关系。 我尝试加入`include来消除错误,但是一旦加入之后,我每次使用右键sim的时候这行include都会报错。或者是找不到文件mover.v,或者是重复定义mover。 请问我该如何正确消除这个报错? 文件结构 ![image](https://github.com/Nitcloud/Digital-IDE/assets/93921557/cfe41e57-c468-4241-810f-0b1502ff0331) ![image](https://github.com/Nitcloud/Digital-IDE/assets/93921557/32ca2a2a-610e-4dde-abff-f9d3a4ff4ab7) 异常报错信息 ![image](https://github.com/Nitcloud/Digital-IDE/assets/93921557/918a3c47-433d-4d6b-abbd-14a23c0cbeb9) 假如include后 ![image](https://github.com/Nitcloud/Digital-IDE/assets/93921557/a0cfd1fe-8da9-40ac-9f1c-05bb6820bd4a)