Closed saranprasad closed 7 years ago
vlib
, vmap
, vlog
are not in your path. Check that you have ModelSim or QuestaSim correctly installed and in your PATH
environment variable.
sourced questasim 10.2 64bit. then on the same terminal if we run vcompile, it starts good. but, some error as below is coming:
error in all nodes as this. not sure if there is any permission issue. i am not root.
--> Compiling axi_node...
Copying /Software/ModelSim/questa_10.2c_5/questasim/linux_x86_64/../modelsim.ini to /Software/ModelSim/questa_10.2c_5/
** Error: (vmap-7) Failed to open ini file "/Software/ModelSim/questa_10.2c_5/" in write mode.
Is a directory. (errno = EISDIR)
** Error: (vmap-20) Cannot access for writing file "/Software/ModelSim/questa_10.2c_5/".
Permission denied. (errno = EACCES)
In uart, std not found error and make stopped
Compiling component: apb_uart
Error: Library std not found. Error: VHDL Compiler exiting
This is an error that happens sometimes with ModelSim/QuestaSim, as it tries to copy modelsim.ini in the wrong place. Try to copy your baseline modelsim.ini in the pulpino/sim
folder before running make vcompile
, i.e. in your case
cd pulpino/sim
cp /Software/ModelSim/questa_10.2c_5/questasim/linux_x86_64/../modelsim.ini ./modelsim.ini
This might solve both issues.
copied modelsim.ini to pulpino/vsim . Both the issue is showing up again on vcompile
Both issues are strongly suggesting that you have problems with your local Modelsim installation. Please try to fix them and validate that everything is working, by for example, compiling a design stand-alone.
You can't expect us to help everybody using our design to debug their EDA tool installation.
Ok
make vcompile throwing error on axi_node as below