Generated: Tue Jul 29 15:53:18 UTC 2025
Implementation | Total LUTs | Flip-Flops | Design Style |
---|---|---|---|
Carry Lookahead | 0 | 0 | Hierarchical |
Simple | 0 | 0 | Hierarchical |
Half Adder | 0 | 0 | Hierarchical |
File:
full_adder_carry_lookahead_fpga.v
LUT Utilization: - Total LUTs: 0
Other Resources:
Module Instances: - AND: 1 - XNOR: 2 - ANDNOT: 1 - OR: 1
File: full_adder_simple_fpga.v
LUT Utilization: - Total LUTs: 0
Other Resources:
Module Instances: - XNOR: 2 - AND: 1 - ANDNOT: 1 - OR: 1
File: full_adder_half_adder_fpga.v
LUT Utilization: - Total LUTs: 0
Other Resources:
Module Instances: - OR: 1 - half_adder: 2 - XOR: 1 - AND: 1
12. Printing statistics.
=== full_adder ===
Number of wires: 10
Number of wire bits: 10
Number of public wires: 7
Number of public wire bits: 7
Number of memories: 0
Number of memory bits: 0
Number of processes: 0
Number of cells: 5
$_ANDNOT_ 1
$_AND_ 1
$_OR_ 1
$_XNOR_ 2
12. Printing statistics.
=== full_adder_simple ===
Number of wires: 10
Number of wire bits: 10
Number of public wires: 7
Number of public wire bits: 7
Number of memories: 0
Number of memory bits: 0
Number of processes: 0
Number of cells: 5
$_ANDNOT_ 1
$_AND_ 1
$_OR_ 1
$_XNOR_ 2
12. Printing statistics.
=== full_adder_half_adder ===
Number of wires: 10
Number of wire bits: 10
Number of public wires: 10
Number of public wire bits: 10
Number of memories: 0
Number of memory bits: 0
Number of processes: 0
Number of cells: 3
$_OR_ 1
half_adder 2
=== half_adder ===
Number of wires: 4
Number of wire bits: 4
Number of public wires: 4
Number of public wire bits: 4
Number of memories: 0
Number of memory bits: 0
Number of processes: 0
Number of cells: 2
$_AND_ 1
$_XOR_ 1
=== design hierarchy ===
full_adder_half_adder 1
half_adder 2
Number of wires: 18
Number of wire bits: 18
Number of public wires: 18
Number of public wire bits: 18
Number of memories: 0
Number of memory bits: 0
Number of processes: 0
Number of cells: 5
$_AND_ 2
$_OR_ 1
$_XOR_ 2