Forum Discussion
Altera_Forum
Honored Contributor
17 years agoYou need a simulation program (like Modelsim). The testbench creates an instance of your device under test (UART in your case) and at a minimum provides stimulus. It may also do some self checking. Use the testbench as your top level file in simulation.
Was there any documentation provided to you with the testbench? Jake