Orientation
Build the same full adder two ways
Objective
Complete the full-adder truth table, derive and simplify its output functions, implement the circuit structurally in a Quartus schematic, then implement and test the same behaviour in Verilog.
Use A, B, and Cin to determine Sum and Carry-out for every input combination.
Translate your functions into a gate-level schematic and verify it on the DE0-Nano.
Use a behavioral description for the same function and assess how the representations differ.
Create, compile, assign pins, and program this design using the establishedworkflow from Lab 2. The target remains Quartus Prime 25.1 Lite with EP4CE22F17C6.
Need a refresher?
→ Creating a Quartus Prime Project · → DE0-Nano FPGA