Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 441 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 441 Bytes

ripple_carry_adder

3 bits ripple carry adder implemented with behavioral Verilog.

Commands to compile and run simulation on ModelSim SE-64 10.5

vlog -sw -work work -quiet ripple_carry_adder_beh.sv

vlog -sw -work work -quiet testbench.sv

vsim testbench -novopt

Testbench Inputs:

     0ns   2ns   4ns
  
     0     7     2              A

     0     3     1              B

     0     0     0              CIN