Altera_Forum
Honored Contributor
10 years agoHow to implement testbench for VHDL Output File (.vho)
I am verifying a design where i dont have source code but VHDL Output File .vho and few snapshots of block diagram. I have located .vho file in my project folder and simply run via double clicking. There i have command line interface of ModelSim where i run .do file (TCL commands writen in that file). And input/output signals can be observed over WAVE window. But i need to write testbench for the same but i dont know method for instantiating the top level in my testbench and then compile and run the same. It can be easily done when i have source code but i don't know how to include my top_level_design which is already been compiled separately and i am left with VHDL Output File (.vho)