write the code for 16-bit ALU using vivado.
Approach : A hierarchical design approach for 16-bit ALU using a
Full Adders (16-bit), Multiplier (16-bit), Full Subtractor
(16-bit), and shift left A register. include test bench.
S0 S1 Alu-operation
0 0 addition
0 1 subtraction
1 0 multiplication
1 1 shift right
Use as few 3-input NOR gates as possible to design a bubble
detector circuit for 8-bit thermometer code. An
n-bit thermometer code represents an integer m, with m 1s
followed by (n-m) 0s. 1-bit bubble is an error in
coding when a solitary 0 (or 1) is found in between two 1s (or
0s). What is the size of your circuit in terms of
the number of NOR gates used?
Implement using structural verilog and include a test
bench.
Use as few 3-input NOR gates as possible to design a bubble
detector circuit for 8-bit thermometer code. An
n-bit thermometer code represents an integer m, with m 1s
followed by (n-m) 0s. 1-bit bubble is an error in
coding when a solitary 0 (or 1) is found in between two 1s (or
0s). Implement using structural verilog. Please do not answer
unless familiar with Xilinx and verilog.
Design a 5-bit binary counter using JK flip flops.
Draw the flip-flop circuit diagram, the state graph, the timing
diagram, the truth table (with clk pulse) and the state table (with
present and next states).
Design a logic circuit that takes 2-bit input A and 2-bit input
B and subtracts the two numbers using full adders and inverters
with full adders diagram, which input is subtracted dos not
matter.
Identify FM Broadcasting System in wireless communication and
design circuit.
Draw the appropriate circuit diagram or functioning
diagram.
Develop circuit diagram in MATLAB for FM Broadcasting System
and run the simulation.