![]() |
|
|
|||||||
![]() |
VHDL - Howto Create a library from vhdl source with design compiler ? |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
I have created a vhdl package mylib and i want to compile it into a
library with synopsys design compiler, to able to use them as a library in my vhdl designs. For example in another design: library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; library my_lib; use my_lib.my_lib.all; I am newby with design compiler and i got confused reading the manuals Many thanks nkef Nikolaos Kefalas |
|
|
|
|
#2 |
|
Posts: n/a
|
Nikolaos Kefalas wrote:
> I have created a vhdl package mylib and i want to compile it into a > library with synopsys design compiler, to able to use them as a library > in my vhdl designs. > library ieee; > use ieee.std_logic_1164.all; > use ieee.numeric_std.all; > -- library my_lib; > -- use my_lib.my_lib.all; use work.my_lib.all; -- Mike Treseler Mike Treseler |
|
|
|
#3 |
|
Posts: n/a
|
Mike Treseler <> writes:
> Nikolaos Kefalas wrote: >> I have created a vhdl package mylib and i want to compile it into a >> library with synopsys design compiler, to able to use them as a >> library in my vhdl designs. > >> library ieee; >> use ieee.std_logic_1164.all; >> use ieee.numeric_std.all; >> -- library my_lib; >> -- use my_lib.my_lib.all; > use work.my_lib.all; Design Compiler understands multiple VHDL libraries - albeit not very well. We used A LOT of different libraries (much to Synopsys chagrin) at Vitesse. As I recall, if you want to compile my_package into my_lib you have to pass "-work my_lib" to the compile function in DC (we had lots of scripts around the basic DC functions, so my memory is quite hazy here). Kai -- Kai Harrekilde-Petersen <khp(at)harrekilde(dot)dk> Kai Harrekilde-Petersen |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to burn copy CD/DVD and create Data/Audio/Video Disc? | dvdloveri | Software | 6 | 07-27-2009 07:58 AM |
| Error: Physical sythesis tool PALAC is not supported by Formal Verification tool Conf | bbiandov | Software | 0 | 12-22-2008 05:25 AM |
| Help on auto conversion from Matlab to vhdl on filter design | hardheart | Hardware | 0 | 12-07-2007 09:19 AM |
| Conformal LEC of a VHDL design (RTL Vs Netlist) | sharatd | Hardware | 0 | 10-18-2006 02:47 PM |
| The Non-Arguable Case Against the Bush Administration 1 | Sara | DVD Video | 65 | 11-07-2004 02:42 AM |