Replies: 3 comments 1 reply
|
Hi @Loneoakrd, thanks for raising this Issue. Please provide the exact commands you invoked before seeing this error, starting with |
|
liuh@LoneOakWS:~/loneoak/cv32e40p-test/rtl/helloworld$ cat build_cv32e40p verilator --cc --exe --build --timing Hello Mike, thanks for the reply. This is my build script. I explored the opene906 dir within the vendor dirs, I did not find it. Rds, Howard |
|
// compliance with the License. You may obtain a copy of the License at //////////////////////////////////////////////////////////////////////////////// package cv32e40p_pkg; The pkg file was updated in 2018, but the core files are a newer version, such as the tb_wrapper is 2024. // Copyright 2024 Dolphin Design //////////////////////////////////////////////////////////////////////////////////// |
Uh oh!
There was an error while loading. Please reload this page.
%Error-MODMISSING: /home/cv32e40p-test/rtl/cv32e40p/rtl/vendor/pulp_platform_fpnew/src/fpnew_divsqrt_multi.sv:291:3: Cannot find file containing module: 'div_sqrt_top_mvp'
291 | div_sqrt_top_mvp i_divsqrt_lei (
when I compile the fpnew pkg, I notice this module, div_sqrt_top_mvp, is missing. The pkg does not compile.
Did I missed anything, can someone help me on it. Thanks!
All reactions