|
|
FPGA ExercisesSimple asynchronous logic "Programming FPGAs" starts with an example of combinatorial logic. I think it should be pointed out that the data selector example could be implemented as a single "assign" line using the "?" ternary operator.
|