-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathLIBRARY_README.txt
34 lines (27 loc) · 1.02 KB
/
LIBRARY_README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
******************************************************************************
Universal Verification Methodology Book Examples
******************************************************************************
* Title: UVM Book Examples Library
* Version: 2.0
* Modified: Apr 2013
* Description:
This library contains the open-source examples of the various UVM book chapters.
UVM Book Examples:
3_object_oriented_programming/
4_uvm_library_basics/
5_interface_uvcs/
7_simple_testbench_integration/
8_stimulus_generation_topics/
9_register_and_memory_package/
10_system_uvcs_and_tb_integ/
11_migrating_from_OVM_to_UVM/
apb/ - This is a complete UVC for the APB bus protocol.
execute the demo.sh file in the apb directory to run it.
Instructions for running each example can be found in the header file for the
example.
There is also a run_all.sh script which will run all the examples in the
directory.
Please contact me, Kathleen Meade ([email protected]), if you have any
questions/comments.
Thanks!
Kathleen