![]() |
|
|
|
#1 |
|
I am a new comer in VHDL. I am using ModelSim to simulate my lesson.
Now I want to use numeric_signed.vhd package that I have downloaded from the net. I don't know how to declare this package beside the "use" command in the source, then what should I do more? Thank you very much for your regard. Aoniti |
|
|
|
|
#2 |
|
Posts: n/a
|
"Aoniti" <> wrote in message
news: om... > I am a new comer in VHDL. I am using ModelSim to simulate my lesson. > Now I want to use numeric_signed.vhd package that I have downloaded > from the net. I don't know how to declare this package beside the > "use" command in the source, then what should I do more? Thank you > very much for your regard. 1. You first have to compile the package (the same way you have compiled entities). After that the package is in library WORK. 2. If you want to use this package write: USE work.numeric_signed.ALL; ENTITY blabla If you have compiled the package into another library you have to write: LIBRARY <your lib name>; USE <your lib name>.numeric_signed.ALL; ENTITY ... Egbert Molenkamp Egbert Molenkamp |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| enterprisedb package execution | kanchuparthi.rams | Software | 0 | 05-22-2008 01:59 PM |
| Complete package of DVD solutions | mikesoft_video@yahoo.com | DVD Video | 0 | 02-01-2007 12:31 PM |
| The Practice Test Package Development: A New Service on the Certification Market | David Johnson | A+ Certification | 0 | 01-19-2005 10:52 AM |
| HellBoy package not Widescreen???? | Chris | DVD Video | 2 | 11-03-2004 07:59 PM |
| PC Package deals? | jkl | A+ Certification | 0 | 10-28-2004 05:12 PM |