Showing posts with label MULTIPLIERS. Show all posts
Showing posts with label MULTIPLIERS. Show all posts
Sunday, January 1, 2023
module mul8(Y,a,b);
module adtb ();
Subscribe to:
Posts (Atom)
VERILOG CODES :-
VERILOG CODES :- (by NUTAN.K) COMBINATIONAL :- 1.MUX:- (one bit wide) 1a) 2:1 MUX and its Testbench 1b) 4:1 MUX using 2:1 and its testb...
-
AUTOMATIC STREET LIGHTS:- In our daily life we see glowing of street lights even though there is sufficient light outside.There is a ...
-
TWO i/p (8bitwide) COMPARATOR:- module comp8 (gt8,eq8,lt8,A8,B8); input[7:0]A8,B8; output gt8,eq8,lt8; wire [2:0]Y22; wire a8,b8,c8,d8,...