R
Roman Zeilinger
Hi
I am about to run my generated VHDL code with Modelsim but unfortunately
I got the following errors when I call Modelsim with my architecture:
# Loading ./work.testbench(behavior)
# Loading ./work.RISC32(behavior)
# ** Warning: (vsim-3473) Component 'arc_registerfile' is not bound.
# Time: 0 ns Iteration: 0 Region: /testbench/RISC32 File:
.../src/LTRISC32ca_gen.vhd
# ** Warning: (vsim-3473) Component 'arc_memoryfile' is not bound.
# Time: 0 ns Iteration: 0 Region: /testbench/RISC32 File:
.../src/LTRISC32ca_gen.vhd
# ** Warning: (vsim-3473) Component 'arc_pipe' is not bound.
# Time: 0 ns Iteration: 0 Region: /testbench/RISC32 File:
.../src/LTRISC32ca_gen.vhd
# Creating elaboration file msim
vsim -i -load_elab msim
# Loading elaboration data from file "msim"
** Warning: (vsim-3390) Unable to restore required memory (4291207168
bytes at 0x50a000).
Invalid argument. (errno = EINVAL)
** Fatal: vsim is exiting with code 13.
(Exit codes are defined in the ModelSim messages appendix
of the ModelSim User's Manual.)
make: *** [gui] Error 13
In the Modelsim Appendix it says:
Error 13: Problem during restore
Well this doesnt help me a lot to be honest. Anyone an idea what the
problem could be? I am using Modelsim 5.7d.
many thanks,
Roman
I am about to run my generated VHDL code with Modelsim but unfortunately
I got the following errors when I call Modelsim with my architecture:
# Loading ./work.testbench(behavior)
# Loading ./work.RISC32(behavior)
# ** Warning: (vsim-3473) Component 'arc_registerfile' is not bound.
# Time: 0 ns Iteration: 0 Region: /testbench/RISC32 File:
.../src/LTRISC32ca_gen.vhd
# ** Warning: (vsim-3473) Component 'arc_memoryfile' is not bound.
# Time: 0 ns Iteration: 0 Region: /testbench/RISC32 File:
.../src/LTRISC32ca_gen.vhd
# ** Warning: (vsim-3473) Component 'arc_pipe' is not bound.
# Time: 0 ns Iteration: 0 Region: /testbench/RISC32 File:
.../src/LTRISC32ca_gen.vhd
# Creating elaboration file msim
vsim -i -load_elab msim
# Loading elaboration data from file "msim"
** Warning: (vsim-3390) Unable to restore required memory (4291207168
bytes at 0x50a000).
Invalid argument. (errno = EINVAL)
** Fatal: vsim is exiting with code 13.
(Exit codes are defined in the ModelSim messages appendix
of the ModelSim User's Manual.)
make: *** [gui] Error 13
In the Modelsim Appendix it says:
Error 13: Problem during restore
Well this doesnt help me a lot to be honest. Anyone an idea what the
problem could be? I am using Modelsim 5.7d.
many thanks,
Roman