I have a third party encrypted VHDL source (*.vhdp).
I am using ncvhdl to compile this source into a library.
But, I want to call the library (components) from a Verilog module as verilog tasks.
So, how do I call VHDL procedures (already compiled into a library) from a Verilog module?
Thanks,
-ashfaqh