Introduction To Verilog
Learn the Basics of Verilog HDL and implement various circuits using Verilog.
This section covers the following topics
THEORY :
Video Explanation of Theory:
Theory Vid Part 1 (INTRO TO VERILOG-LOGIC GATES-ADDERS-SUBTRACTORS)
Theory Vid Part 2 (PARITY-TILL END)
IMPLEMENTATION:
How to Run Verilog Files in Quartus?
Sample Codes: Link
Video Explanation of Select Codes:
Topic | Video Link |
---|---|
Verilog Syntax | Verilog Syntax |
Adder Subtractor | Adder Subtractor |
DEMUX | DEMUX |
Counter | Counter |
Decoder | Decoder |
THEORY :
Video Explanation of Concept:
IMPLEMENTATION:
Code Bank: Link to Sample Codes
Video Explanation of Code (From Documentation):
Examples of FSM along with Code explanation
THEORY :
Video Explanation of Concept:
IMPLEMENTATION:
Video Explanation of Code :
Topic | Video Link |
---|---|
Code Modules 1 to 5 explained | Video Link |
Code Modules 6 to 10 explained | Video Link |
All Testbenches explained | Video Link |
Code Bank : Link to Code Bank
Modification Questions & Solution | Video Explanation |
---|---|
Modify given code to include the Andi, Ori and Xori instructions | N/A |
Modify given code to include the Jr (Jump Register) instruction | Video Explanation |
THEORY :