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;
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;