Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Verilog Hardware description language coding

Status
Not open for further replies.

pakha

Newbie level 4
Joined
Apr 2, 2017
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
51
Hi,

Design a two stage pipeline 16 bits adder with verilog code, assume you can use
the 8 bit adder macro module .The input and output signals are defined as:
input [15:0] a, b;
input clk, cin, rst;
(rst is asynchronous reset signal, only reset at neg
ative edge)
output [16:0] sum;
output: cout

Can anyone provide me the verilog code for this. Please it's very urgent
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top