yuravg / uvm-tutorial-for-candy-lovers

Source code repo for UVM Tutorial for Candy Lovers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Source Code for UVM Tutorial for Candy Lovers

This is a source code repo for UVM Tutorial for Candy Lovers.

List of source code

Tutorial File
1, 2, 3, 4, 5, and 6 src/tutorial_1_to_6.sv
7 and 8 src/tutorial_7_and_8.sv
9 src/tutorial_9.sv
15 src/tutorial_15.sv
21 src/tutorial_21.sv
23 src/tutorial_23/*.sv
24 src/tutorial_24/*.sv
25 src/tutorial_25/*.sv
26 src/tutorial_26/*.sv
27 src/tutorial_27/*.sv
28 src/tutorial_28/*.sv
29 src/tutorial_29/*.sv
32 src/tutorial_32/*.sv
33 src/tutorial_33/*.sv

There is no source code associated with Tutorials #10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 22, 30 or 31.

How to install

Using Git

  1. git clone https://github.com/cluelogic/uvm-tutorial-for-candy-lovers
  2. Go to the run directory: cd uvm-tutorial-for-candy-lovers/run
  3. Check make options: make help
  4. Run a simulation using the options listed in the previous step.

Traditional way

  1. Click the Download ZIP button on the right.
  2. Unzip the source code: unzip uvm-tutorial-for-candy-lovers-master.zip
  3. Go to the run directory: cd uvm-tutorial-for-candy-lovers-master/run
  4. Check make options: make help
  5. Run a simulation using the options listed in the previous step.

About

Source code repo for UVM Tutorial for Candy Lovers


Languages

Language:SystemVerilog 98.8%Language:Makefile 1.0%Language:C++ 0.2%Language:Batchfile 0.0%