You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//////////////////////////////////////////////////
Compiling /home/xxxx/Downloads/Opencore/orpsoc-build/build/atlys/src/elf-loader/elf-loader.c...
Compiling /home/xxxx/Downloads/Opencore/orpsoc-build/build/atlys/src/elf-loader/vpi_wrapper.c...
Making elf-loader.vpi from elf-loader.o vpi_wrapper.o...
../src/atlys/rtl/verilog/xilinx_ddr2/mcb_soft_calibration_top.v:81: warning: Numeric constant truncated to 10 bits.
../src/mor1kx/bench/verilog/mor1kx_monitor.v:42: Include file test-defines.v not found
error: Unable to find the root module "orpsoc_tb" in the Verilog source.
: Perhaps ``-s orpsoc_tb'' is incorrect?
1 error(s) during elaboration.
ERROR: Failed to build simulation model
ERROR: Failed to compile Icarus Simulation model
/////////////////////////////
It seems like fusesoc does not provide the orpsoc_tb.v file.
What should I do?
Thanks,
Stefano
The text was updated successfully, but these errors were encountered:
Unfortunately there is no testbench at all available for the Atlys system. I see that atlys.core claims to support simulations with Icarus Verilog, but that's not correct.
I'm getting the following message:
//////////////////////////////////////////////////
Compiling /home/xxxx/Downloads/Opencore/orpsoc-build/build/atlys/src/elf-loader/elf-loader.c...
Compiling /home/xxxx/Downloads/Opencore/orpsoc-build/build/atlys/src/elf-loader/vpi_wrapper.c...
Making elf-loader.vpi from elf-loader.o vpi_wrapper.o...
../src/atlys/rtl/verilog/xilinx_ddr2/mcb_soft_calibration_top.v:81: warning: Numeric constant truncated to 10 bits.
../src/mor1kx/bench/verilog/mor1kx_monitor.v:42: Include file test-defines.v not found
error: Unable to find the root module "orpsoc_tb" in the Verilog source.
: Perhaps ``-s orpsoc_tb'' is incorrect?
1 error(s) during elaboration.
ERROR: Failed to build simulation model
ERROR: Failed to compile Icarus Simulation model
/////////////////////////////
It seems like fusesoc does not provide the orpsoc_tb.v file.
What should I do?
Thanks,
Stefano
The text was updated successfully, but these errors were encountered: