Home

Awesome

Source Code for UVM Tutorial for Candy Lovers

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

List of source code

TutorialFile
1, 2, 3, 4, 5, and 6src/tutorial_1_to_6.sv
7 and 8src/tutorial_7_and_8.sv
9src/tutorial_9.sv
15src/tutorial_15.sv
21src/tutorial_21.sv
23src/tutorial_23/*.sv
24src/tutorial_24/*.sv
25src/tutorial_25/*.sv
26src/tutorial_26/*.sv
27src/tutorial_27/*.sv
28src/tutorial_28/*.sv
29src/tutorial_29/*.sv
32src/tutorial_32/*.sv
33src/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.