Forum Discussion
Altera_Forum
Honored Contributor
10 years agoInstantiate System Verilog into a VHDL Testbench
Good Evening, I am currently working on a project for school where we taking the original concepts we learned in VHDL and applying them to build the same components with System Verilog. I alrea...
Altera_Forum
Honored Contributor
10 years agoTo instantiate SV in VHDL, you need to declare a component in the VHDL that matches the SV module, so that the module can be maped to your VHDL Component.