DrLmow

Results 5 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)

I use “x86_64-14.1.0-release-posix-seh-ucrt-rt_v12-rev0” to build boost-fiber like this: `./b2 --prefix=E:/x86_64-14.1.0-release-posix-seh-ucrt-rt_v12-rev0/mingw64 toolset=gcc-custom --with-fiber address-model=64 variant=release link=shared` and in project-config.jam, there is ```jam # Boost.Build Configuration # Automatically generated by bootstrap.bat import...

I m following the tutorial Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/step3.md and i finally TEST PASSED. But I have met 2 problems: When I try ed to run host code without using xmbutil before, linux...

On board KV260, I Tried to use `xbutil examine --device 0000:00:00.0 --report memory` to check memory index, but i got the error message: ubuntu@kria [11:42:32] [~] -> % xbutil examine...