Altera_Forum
Honored Contributor
16 years agohow to implement a VHDL testbench for verilog module?
I have a verilog project,and already run and got my .vo file,now someone else want to write a VHDL testbench for my project to implement a whole scheduling emulation,how?
ie: my verilog module name is im1,if i write COMPONENT im1 PORT ( XXXX:XXXXXX ); end COMPONENT; in VHDL testbench,i get error message: im1_tb.vhd(38): Instantiation of 'im1' failed.