Does anyone know how to make NOVAS LIBRARY?

Status
Not open for further replies.

u24c02

Advanced Member level 1
Joined
May 8, 2012
Messages
404
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,298
Activity points
4,101
Hi,
I'm not vhdl user so I don't know where to start from.
In verdi, to invoke the vhdl design into verdi, it seems that there need some user defined LIBRARY.
But I don't know how to get the library. also if I can make it then I will.
So would you please let me know? How to make Library in verdi ?
 

use below commands to compile your source into library:

for verilog files:- vericom -lib <libName> block1.v block2.v ...
for vhdl file :- vhdlcom -lib <libName> block1.vhd block2.vhd ...


then use below command to load verdi with your design:

verdi -lib <libName> -top <TopBlock>
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…