Verilog III
Verilog III
28-10-22
CS/ECE/EEE/INSTR F215 (DIGITAL DESIGN)
PROF. ANITA AGRAWAL, BITS, PILANI- K.K.BIRLA GOA CAMPUS
INTEGER CONSTANTS
10/29/2022 6:17 PM
ANITA AGRAWAL CS/ECE/EEE/INSTR F215
VECTORS
input B;
input[15:0] bus;
input [31:0] bus A, bus B;
reg clock;
reg [0:30] address;
ANITA AGRAWAL CS/ECE/EEE/INSTR F215 10/29/2022 6:17 PM 9
VECTOR PART SELECT