Sunday, 7 November 2021

Reasoning Study Material/Notes pdf

COMING SOON

Quantitative Aptitude Study Material/Notes

COMING SOON--------------------------------

Technical Seminar Topics for ECE- RADAR BULLETS

RADAR BULLETS

VERILOG STUDY NOTES

COMING SOON

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

Download PDF Notes on 8086 Microprocessor

Click here to download PDF On 8086 micro processor 

Full Custom and Semi Custom Design Styles in VLSI VIDEO


 

Basic Circuit Concepts in VLSI DESIGN


 

An Introduction to VLSI Design