- 1easy
Constant One Output
Drive a single-bit output to a constant logic 1 using a continuous assignment.
- 2easy
Constant Vector Output
Drive an 8-bit output bus to a fixed constant bit pattern.
- 3easy
2-to-1 Multiplexer
Build a 2-to-1 multiplexer using a single continuous assignment with the ternary operator.
- 4easy
Half Adder
Build a half adder that produces a sum and carry-out from two 1-bit inputs.
- 5easy
Full Adder
Build a full adder that sums two bits plus a carry-in, producing a sum and carry-out.
- 6easy
NOR Gate
Build a two-input NOR gate.
- 7easy
XNOR Gate
Build a two-input XNOR gate.
- 8easy
Declaring Wires
Declare and use an internal signal between two logic operations.
- 9easy
7458 Chip
Model the two independent sum-of-products sections of a 7458 logic chip.