# ** Error: (vsim-23) Unable to change to directory path "se

Z

Zhane

Guest
does anyone know why am I getting this error when i try to run my
testbench module, 'test_RISC_SPM' on modelsim simulator?

# Loading work.test_RISC_SPM
# ** Error: (vsim-23) Unable to change to directory path "secureip".
# No such file or directory. (errno = ENOENT)
 
On Tue, 17 Mar 2009 16:39:57 -0700 (PDT), Zhane <zhane84@gmail.com>
wrote:

does anyone know why am I getting this error when i try to run my
testbench module, 'test_RISC_SPM' on modelsim simulator?

# Loading work.test_RISC_SPM
# ** Error: (vsim-23) Unable to change to directory path "secureip".
# No such file or directory. (errno = ENOENT)
It seems you have an encrypted netlist which the RISC model is trying
to load from the securip directory. You probably haven't installed the
models correctly. Read the documentation of your RISC core to see
how/where it wants to be installed so that vsim can find it. You
probably need to add some PLI to vsim configuration files so that the
model can be un-encrypted successfully.


Muzaffer Kal

DSPIA INC.
ASIC/FPGA Design Services
http://www.dspia.com
 
Check if the path to the library secureip exists. If it does, then
check its permissions. Also check if you are mapping the secureip's
path correctly in your modelsim.ini.
 
On Mar 23, 4:42 pm, Sree <sreedhar1...@gmail.com> wrote:
Check if the path to the library secureip exists. If it does, then
check its permissions. Also check if you are mapping the secureip's
path correctly in your modelsim.ini.
i'm still getting the error

modelsim.ini does not have any 'secureip' in it

and my RISC isnt using any encryption thingy
 

Welcome to EDABoard.com

Sponsor

Back
Top