Forum Discussion
Altera_Forum
Honored Contributor
17 years agoSimple Verilog Question
Hello I am trying to make a simple multiplexer on the de2-70. I know there are many ways to do this but I was wondering why the following code does not do the task. Task: Read switch 17 if switch ...
Altera_Forum
Honored Contributor
17 years agoI agree to MSchmitt that you can add a clock to your design. This is because most of the designs are not purely combinatorial but sequential.
As this is an educational toy example, there is no need for this example to use a clock. There is also no danger for glitches, races or hazards, as the functionality of this example is completley combinatorial. The example as a posted before in this thread is therefor OK and runs well without problems on the DE2-70.