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.

howto: use mentor/modelsim vhdl lib "std_developerskit&

Status
Not open for further replies.

umairsiddiqui

Full Member level 2
Joined
Apr 13, 2004
Messages
143
Helped
7
Reputation
14
Reaction score
1
Trophy points
1,298
Location
Sweden
Activity points
1,434
std_developerskit

i wanto use std_developerskit vhdl library, especially std_mempk to model rams.
how ever could not able to find documentation...
just need few to more example code to resolve few confusions.......
 

use std_developerskit

To use the library you need to add following line to ur modelsim.ini file
under [Library]

std_developerskit = $MODEL_TECH/../std_developerskit

Then in ur VHDL code add following lines

library std_developerskit;
use std_developerskit.std_mempk.all;

Hope this helps....
 

active-hdl std_developerskit

A google search for "std_developerskit VHDL" reveals:

h**p://www.model.com/support/documentation/BOOK/sdk_um.pdf

this pdf was not present in modelsim (5.7g XE starter) directory, is
mentor is removing this library????
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top