Sunday, 9 October 2022
Thursday, 23 June 2022
Digital Systems Testing and Testability Notes/ Problems with Solutions
Click here to download Material:
Labels:
Digital IC Testing,
VLSI TESTING
Sunday, 12 June 2022
Thursday, 11 November 2021
Bio Chip Technology (Best and Latest Seminar Topic for ECE)
Labels:
Technical Seminars PPTS for ECE
Sunday, 7 November 2021
Reasoning Study Material/Notes pdf
COMING SOON
Labels:
Reasoning Tricks/Material/Notes
Quantitative Aptitude Study Material/Notes
COMING SOON--------------------------------
Labels:
quantitative aptitude
Technical Seminar Topics for ECE- RADAR BULLETS
RADAR BULLETS
Labels:
Technical Seminars PPTS for ECE
VERILOG STUDY NOTES
COMING SOON
Labels:
VERILOG CODES/STUDY NOTES
Digital Electronics/STLD/DLD STUDY MATERIAL/NOTES- COMBINATIONAL CIRCUITS
COMBINATIOANL CIRCUITS
--------------------coming soon--------------------------
Digital Signal Processing- IIR Filters Study Material Download
Download IIR FILTERS STUDY MATERIAL/NOTES HERE:
Digital Signal Processing -FIR FILTERS STUDY MATERIAL
FIR FILTERS NOTES DOWNLOAD HERE
Digital Signal Processing Study Material/Notes
Multirate Signal Processing
VHDL STYDY NOTES-2
VHDL STUDY NOTES -1
Monday, 25 October 2021
1. Verilog Codes for Logic Gates in Structural Model
AND GATE:
moduleandstr(x,y,z);
inputx,y;
output z;
and g1(z,x,y);
endmodule
NAND GATE:
modulenandstr(x,y,z);
inputx,y;
output z;
nand g1(z,x,y);
endmodule
OR GATE
module orstr(x,y,z);
inputx,y;
output z;
or g1(z,x,y);
endmodule
NOR GATE
modulenorstr(x,y,z);
inputx,y;
output z;
nor g1(z,x,y);
endmodule
XNOR GATE
module xorstr(x,y,z);
inputx,y;
output z;
xor g1(z,x,y);
endmodule
NOT GATE
modulexnorstr(x,y,z);
inputx,y;
output z;
xnor g1(z,x,y);
endmodule
module notstr(x,z);
input x;
output z;.
not g1(z,x);
endmodule
Monday, 13 September 2021
Download Embedded Systems Study Material/ Notes PDF
Embedded Systems Introduction
Download MSP 430 Microcontroller material/notes for free
click here to download pdf on MSP 430 MICRO CONTROLLER
Subscribe to:
Posts (Atom)