Forum Discussion
There's something wrong with that group in the Wave view. As you can see in the Objects pane, D is correct there. Remove what you have in the Wave view and then click and drag D from the Objects pane to the Wave view.
#iwork4intel
- LChow35 years ago
Occasional Contributor
Thanks for suggestion.
First, I couldn't load / open the wave that I saved yesterday. How do I open the wave (those inputs signals that I put in earlier)?
I have saved the wave in .do file.
- LChow35 years ago
Occasional Contributor
If I delete D, drag D from Object pane to Wave window, I couldn't key in the D binary values.
- RichardT_altera5 years ago
Super Contributor
Do you mean to provide input stimulus? If so, you can right click the D in the wave window, select force and insert value. Then run simulation.
Insert one by one will become a tedious job, instead you can insert example line in the transcript.
VSIM> force -deposit /D 2#0, 2#1 20, 2#0 40, 2#1 60, 2#1 80
VSIM> run 200 ns
the line change D to binary value 0 (2#0) starting from time instant now. Then, 20 ns later, change the input to 1 (2#1 20).
- LChow35 years ago
Occasional Contributor
I can key in the input correctly. I also can get the output as expected.
My question is actually the display (circle in red) is not showing the input that I keyed in. Please see attached again.
No matter what input that I keyed in, the first row (circle in red) is always showing 0000
Thank you.
- RichardT_altera5 years ago
Super Contributor
Could you help to share your project so I can look into it?