- 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.