GROUP-6 Project
GROUP-6 Project
GROUP-6 Project
CPET7L – 2A
Thursday 7:00AM to 10:00PM
Submitted By:
Almarines, Jerico
Mendoza, Aldrin Daniel G.
Submitted To:
Engr. AIMEE G. ACOBA
CPE Faculty
Hardware Descriptive Language
Description
The goal of this program is to make a 2-bit Parallel Adder by the use of Decoders. The following circuit is
combined into one to meet up the standard that is being needed for. By that, the outputs of each
combination will light up on specific LED in terms of its input condition. The following outcomes of the
simulation will be accorded onto the table that is being shown below. The process will include a 4-input
that will be containing at least 16 possible outcomes. Thus, this will observe the process of how 2-bit
Parallel Adder works by the other form of circuit design.
Truth Table
Verilog code
module DcAdderr(A1,B1,A0,B0,C0,CarryIn1,Sum0,Sum1,Carryin2,D0);
wire SYNTHESIZED_WIRE_31;
wire SYNTHESIZED_WIRE_32;
wire SYNTHESIZED_WIRE_33;
wire SYNTHESIZED_WIRE_34;
wire SYNTHESIZED_WIRE_35;
wire SYNTHESIZED_WIRE_36;
wire SYNTHESIZED_WIRE_11;
wire SYNTHESIZED_WIRE_12;
wire SYNTHESIZED_WIRE_37;
wire SYNTHESIZED_WIRE_14;
wire SYNTHESIZED_WIRE_21;
wire SYNTHESIZED_WIRE_22;
Hardware Descriptive Language
wire SYNTHESIZED_WIRE_24;
wire SYNTHESIZED_WIRE_28;
wire SYNTHESIZED_WIRE_29;
endmodule
Hardware Descriptive Language
Schematic Design
Hardware Descriptive Language
Waveform
Pin Planner