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 agoBecause you have only instantiated the timer architecture, there is no switch to select which character.
You can only use 1 architecture when you instantiate a component. You need to combine the architectures.