1. This bit-serial adder uses a full-adder (FA), a carry flip-flop (FF), and three WL-bit shift registers A, B, and S. D
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
1. This bit-serial adder uses a full-adder (FA), a carry flip-flop (FF), and three WL-bit shift registers A, B, and S. D
Question 1 in Assignment 1, show the value of "a", "b", and the output "s" in integer format and compare the outputs of your adder with the outputs of your RCA and CLA that you designed in Assignment 1 in one testbench. You need to instantiate both designs in one testbench. CLKT
1. This bit-serial adder uses a full-adder (FA), a carry flip-flop (FF), and three WL-bit shift registers A, B, and S. Describe a FA, a carry FF, and a shift register at the behavioral level. in1 in2 CLK B TCLK RST Shift A RST RST Carry Flip-flop CLK Shift a; Co Full- adder S b₁ Ci RST S Shift sbit Write a top-level Verilog module at the structural level for this bit-serial adder. Write a testbench for your bit-serial adder. Using the same set of testvectors in