View Single Post
  #2 (permalink)  
Old 03-18-2009, 02:58 AM
Muzaffer Kal
Guest
 
Posts: n/a
Default Re: # ** Error: (vsim-23) Unable to change to directory path "secureip".

On Tue, 17 Mar 2009 16:39:57 -0700 (PDT), Zhane <[email protected]>
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
Reply With Quote