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 can we create our own library for Modelsim?

Status
Not open for further replies.

haneet

Full Member level 3
Joined
Nov 7, 2006
Messages
160
Helped
14
Reputation
28
Reaction score
1
Trophy points
1,298
Activity points
2,219
frndz,
can u tell me how can we create our own library and commands such as our own defined and, nand etc.. which in general r defined internally.

can we check glitch through simulation at modelsim
 

Re: regarding MODELSIM

Hi
Compile Ur design into UR Library
Library creation
Modelsin> vlib xxxx
Modelsin> vmap work xxxx //mapping default work to xxxx

During the compilation specify the library name
In the next design U can add this as a library

U can enable GLITCH option during simulation

--Satya
 

Re: regarding MODELSIM

i am working on windows environment.
will this still work?
and where do i get the option of glich for enabling
 

Re: regarding MODELSIM

to create a new library from GUI:

1. select File>New>Library, and type the library name;

2. compile the source library file and save it;

3. select File>New>Library, and select a map to an existing library, type the library name of step 1, and browse to the library created from step2;

then you will have the library added to your modelsim.
 

Re: regarding MODELSIM

how can i do on windows environment?
 

Re: regarding MODELSIM

Hi ,

Open VSIM in windows and type

>vlib ...
>vmap ....

type above cmds in modelsim gui .. or use cygwin to get unix kind of console


regards
yln
 

Re: regarding MODELSIM

frndz, can i create my own keyword in VHDL using MODELSIM. Like we have "and" as a keyword.
thank u guyz.
 

regarding MODELSIM

u can use tcl
 

Re: regarding MODELSIM

whtz tcl?
 

regarding MODELSIM

hello haneet

Tcl stands for tool comand langauge and most of the script thse days are written TcL .. this language is easy to learn .. do refer some basic stuff . u willknow more ..

suresh
 

Re: regarding MODELSIM

could u suggest me some material on TCL
 

Re: regarding MODELSIM

Go through this book
 

Re: regarding MODELSIM

spauls which one. i cant find the link or upload if any with the post
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top