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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…