Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to make modelsim to take the ini file located in work directory

Status
Not open for further replies.

kalyansrinivas

Advanced Member level 4
Joined
Jul 7, 2007
Messages
100
Helped
5
Reputation
10
Reaction score
4
Trophy points
1,298
Activity points
1,910
How to make modelsim to take the ini file located in project directory

Hi

Modelsim takes the default ini file

In my case the default ini file is write protected and i am unable to update with new libraries compiled

I have a ini file with newly compiled libraries in my project directory

but how to make the modelsim select the new updated ini file in my project directory instead of the default one

Regards
M Kalyansrinivas
 

if you are creating the default library(work) through command prompt. Usually it will create the local ini file in the working directory, automatically.

Try below commands to create the work library.
vdel -all /// delete all the library
vlib work /// create work library
vmap work work /// mnap it to the work lib
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top