ncshell for creating vhdl packages from verilo

A

Andy Luotto

hello
i have compiled a verilog I/O library IO1, IO2 etc
is there a way to create a *single* VHDL package starting from a bunch
of modules compiled in the same library using ncshell?
some like
package io_pkg is

component IO1 ();
component IO2 ();
...
end package;
 
A

Andy Luotto

to complete my question ... the command ncshell -import verilog -into
vhdl ${LibName}.${ModName} -noesc -package ${ModName}_pkg
create a single package file for each module found in the library so I
need postprocessing to combine the componet declarations in a single
package
I am looking for an ncshell option which does this

thanks in advance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,906
Latest member
SkinfixSkintag

Latest Threads

Top