This is a source code repo for UVM Tutorial for Candy Lovers.
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.
git clone https://github.com/cluelogic/uvm-tutorial-for-candy-lovers
- Go to the run directory:
cd uvm-tutorial-for-candy-lovers/run
- Check make options:
make help
- Run a simulation using the options listed in the previous step.
- Click the Download ZIP button on the right.
- Unzip the source code:
unzip uvm-tutorial-for-candy-lovers-master.zip
- Go to the run directory:
cd uvm-tutorial-for-candy-lovers-master/run
- Check make options:
make help
- Run a simulation using the options listed in the previous step.