Forum Discussion
Altera_Forum
Honored Contributor
14 years agovdhl code for 7segment display
i am writing a vhdl code at the moment, am trying to display no 1234 on a 7 segment display but at different times with delay but most time it shows the output at the same time. can anyone help me w...
Altera_Forum
Honored Contributor
14 years agoTwo more questions first.
Why have you got 2 architectures for the seq2 entity? You can only use 1 architecture at a time. In the testbench you instantiate the seq entity. But the code you posted shows the Seq2 entity. What is the correct code? Also - please use code tags or post the source files.