Forum Discussion
Altera_Forum
Honored Contributor
15 years agovht test bench examples
Hello, I am specifying altera to generate a .vht test bench for my vhdl project. I want to modify this test bench so that I can specify the input signals to be some value at different times ins...
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- However it is still not showing up on my signal viewer. --- Quote End --- How are you adding the signal to the viewer? You have to drag it from the signals list into the viewer. Assuming you're new to Modelsim, do the following ... In Modelsim, display the signals and wave window view signals wave then add all top-level signals add wave * then delete the ones you do not want to see, and select levels of the hierarchy to view the signals at that level of the design, and drag them across to the wave window. Right click and add dividers where you want to name blocks of signals, and then save it as a 'wave.do' file, or name of your choice, then later you can just type 'vsim mytest; do wave.do' to populate the wave window. Cheers, Dave