Giter Site home page Giter Site logo

practical-uvm-step-by-step / practical-uvm-ieee-edition Goto Github PK

View Code? Open in Web Editor NEW
42.0 4.0 29.0 21.49 MB

This is the repository for the IEEE version of the book

Verilog 74.97% SystemVerilog 15.20% Makefile 0.85% Stata 0.01% C 7.08% Shell 0.15% Coq 0.74% Perl 0.69% C++ 0.08% Objective-C 0.21% Python 0.03% Assembly 0.01%

practical-uvm-ieee-edition's Introduction

# Practical-UVM-IEEE-Edition ISBN 978-0-9977896-1-4
This is the repository for the IEEE version of the book

├── IEEE_BOOK_TOC.pdf      This contains  the Table of Contents for the Book!
├── changes.pdf		   This lists the changes from the first version to this version
├── cleanup		   Cleanup Script
├── Listing_Pointers       Links to Actual listings  used in the book
├── README.md		   This file
├── IEEE_version	   This directory contains the IEEE Version examples
│   ├── Advanced_UVM_Topics
│   │   ├── Advanced_Stimulus_Generation
│   │   │   ├── env
│   │   │   ├── hdl
│   │   │   ├── include
│   │   │   ├── run
│   │   │   ├── src
│   │   │   │   └── sequences
│   │   │   └── tests
│   │   ├── config_db_regular_expressions
│   │   │   ├── run
│   │   │   └── src
│   │   ├── phase_callbacks
│   │   │   ├── env
│   │   │   ├── hdl
│   │   │   ├── include
│   │   │   ├── run
│   │   │   ├── src
│   │   │   └── tests
│   │   ├── registers_example
│   │   │   ├── env
│   │   │   ├── hdl
│   │   │   ├── include
│   │   │   ├── run
│   │   │   ├── src
│   │   │   └── tests
│   │   └── uvm_reactive_seq_slave
│   │       ├── env
│   │       ├── hdl
│   │       ├── include
│   │       ├── run
│   │       ├── src
│   │       └── tests
│   ├── Extra_Examples
│   │   ├── Factory
│   │   └── Reporting
│   ├── Practical_Applications
│   │   ├── ethernet -> soc/tb/uvm/ethernet
│   │   ├── soc
│   │   │   ├── docs
│   │   │   │   ├── common
│   │   │   │   ├── ethernet
│   │   │   │   │   └── src
│   │   │   │   ├── fpu
│   │   │   │   ├── gpio
│   │   │   │   │   └── src
│   │   │   │   ├── or1k
│   │   │   │   ├── smii
│   │   │   │   ├── spi_ctrl
│   │   │   │   ├── uart16550
│   │   │   │   ├── usb
│   │   │   │   ├── vga_lcd
│   │   │   │   └── wb_conmax
│   │   │   ├── rtl
│   │   │   │   ├── cfi_ctrl
│   │   │   │   ├── clkgen
│   │   │   │   ├── dbg_if
│   │   │   │   ├── debug_if
│   │   │   │   ├── ethernet
│   │   │   │   ├── ethmac
│   │   │   │   ├── gpio
│   │   │   │   ├── i2c_master_slave
│   │   │   │   ├── include
│   │   │   │   ├── jtag
│   │   │   │   ├── jtag_tap
│   │   │   │   ├── or1200
│   │   │   │   ├── or1k_startup
│   │   │   │   ├── or1k_top
│   │   │   │   ├── ram_wb
│   │   │   │   ├── rom
│   │   │   │   ├── simple_spi
│   │   │   │   ├── smii
│   │   │   │   ├── spi_ctrl
│   │   │   │   ├── tap
│   │   │   │   ├── top
│   │   │   │   ├── uart16550
│   │   │   │   ├── usb
│   │   │   │   ├── usbhostslave
│   │   │   │   ├── vga_lcd
│   │   │   │   ├── wb_conbus
│   │   │   │   ├── wb_conmax
│   │   │   │   └── wb_sdram_ctrl
│   │   │   └── tb
│   │   │       ├── uvm
│   │   │       │   ├── common
│   │   │       │   │   └── unused
│   │   │       │   ├── ethernet
│   │   │       │   │   ├── env
│   │   │       │   │   ├── hdl
│   │   │       │   │   ├── include
│   │   │       │   │   ├── log
│   │   │       │   │   ├── run
│   │   │       │   │   ├── src
│   │   │       │   │   │   ├── layering
│   │   │       │   │   │   └── sequences
│   │   │       │   │   └── tests
│   │   │       │   ├── spi_ctrl
│   │   │       │   │   ├── env
│   │   │       │   │   ├── hdl
│   │   │       │   │   ├── include
│   │   │       │   │   ├── run
│   │   │       │   │   ├── src
│   │   │       │   │   └── tests
│   │   │       │   ├── vga_lcd
│   │   │       │   │   ├── env
│   │   │       │   │   ├── hdl
│   │   │       │   │   ├── include
│   │   │       │   │   ├── run
│   │   │       │   │   ├── src
│   │   │       │   │   │   ├── bad
│   │   │       │   │   │   └── old
│   │   │       │   │   └── tests
│   │   │       │   └── wb_conmax
│   │   │       │       ├── env
│   │   │       │       ├── hdl
│   │   │       │       ├── include
│   │   │       │       ├── run
│   │   │       │       ├── src
│   │   │       │       └── tests
│   │   │       └── verilog_tb
│   │   │           ├── common
│   │   │           ├── ethernet
│   │   │           ├── exampleSOC
│   │   │           │   ├── include
│   │   │           │   ├── usbhostslave
│   │   │           │   └── vpi
│   │   │           │       ├── c
│   │   │           │       └── verilog
│   │   │           ├── gpio
│   │   │           ├── log
│   │   │           ├── spi_ctrl
│   │   │           ├── top
│   │   │           │   ├── include
│   │   │           │   ├── usbhostslave
│   │   │           │   └── vpi
│   │   │           │       ├── c
│   │   │           │       └── verilog
│   │   │           ├── uart16550
│   │   │           │   └── test_cases
│   │   │           ├── usb
│   │   │           ├── vga_lcd
│   │   │           ├── vpi
│   │   │           │   ├── c
│   │   │           │   └── verilog
│   │   │           └── wb_conmax
│   │   ├── vga_lcd -> soc/tb/uvm/vga_lcd
│   │   └── wb_conmax -> soc/tb/uvm/wb_conmax
│   ├── UVM_Building_Blocks
│   │   ├── automatic_config
│   │   │   ├── env
│   │   │   ├── hdl
│   │   │   ├── include
│   │   │   ├── run
│   │   │   ├── src
│   │   │   │   └── sequences
│   │   │   └── tests
│   │   ├── Config_DB_NewFeatures
│   │   │   ├── env
│   │   │   ├── hdl
│   │   │   ├── include
│   │   │   ├── run
│   │   │   │   └── verdiLog
│   │   │   ├── src
│   │   │   │   └── sequences
│   │   │   └── tests
│   │   ├── Factory_NewFeatures
│   │   │   ├── env
│   │   │   ├── hdl
│   │   │   ├── include
│   │   │   ├── run
│   │   │   ├── src
│   │   │   │   └── sequences
│   │   │   └── tests
│   │   ├── generic
│   │   │   ├── env
│   │   │   ├── hdl
│   │   │   ├── include
│   │   │   ├── run
│   │   │   ├── src
│   │   │   │   └── sequences
│   │   │   └── tests
│   │   ├── parameterized_class_factory
│   │   │   └── src
│   │   ├── phase_callbacks
│   │   │   ├── env
│   │   │   ├── hdl
│   │   │   ├── include
│   │   │   ├── run
│   │   │   ├── src
│   │   │   │   └── sequences
│   │   │   └── tests
│   │   ├── push_driver_example
│   │   │   ├── env
│   │   │   ├── hdl
│   │   │   ├── include
│   │   │   ├── run
│   │   │   ├── src
│   │   │   └── tests
│   │   ├── RunTestCallbacks
│   │   │   ├── env
│   │   │   ├── hdl
│   │   │   ├── include
│   │   │   ├── run
│   │   │   ├── src
│   │   │   │   └── sequences
│   │   │   └── tests
│   │   ├── spanning_phases
│   │   │   ├── env
│   │   │   ├── hdl
│   │   │   ├── include
│   │   │   ├── run
│   │   │   ├── src
│   │   │   └── tests
│   │   └── Uvm_Core_Utils
│   │       ├── run
│   │       └── src
│   ├── UVM_Quickstart
│   │   ├── Generating_Stimulus
│   │   │   ├── env
│   │   │   ├── hdl
│   │   │   ├── include
│   │   │   ├── run
│   │   │   ├── src
│   │   │   │   └── sequences
│   │   │   └── tests
│   │   ├── svtb
│   │   │   ├── run
│   │   │   └── src
│   │   └── UVM_TestBench
│   │       ├── env
│   │       ├── hdl
│   │       ├── include
│   │       ├── run
│   │       ├── src
│   │       │   └── sequences
│   │       └── tests
│   └── Web_Chapters
│       └── CoverageClosure_non_UVM
│           ├── bench
│           │   ├── common
│           │   ├── verilog
│           │   └── wb_dma_uvm
│           │       ├── env
│           │       ├── hdl
│           │       ├── include
│           │       ├── src
│           │       └── tests
│           ├── doc
│           ├── rtl
│           │   └── verilog
│           └── sim
│               └── cov
├── Listing_Pointers
├── sve
└── uvm-1.2
    ├── Advanced_UVM_Topics
    │   ├── config_db_regular_expressions
    │   │   ├── run
    │   │   └── src
    │   ├── phase_callbacks
    │   │   ├── env
    │   │   ├── hdl
    │   │   ├── include
    │   │   ├── run
    │   │   ├── src
    │   │   └── tests
    │   ├── registers_example
    │   │   ├── env
    │   │   ├── hdl
    │   │   ├── include
    │   │   ├── run
    │   │   ├── src
    │   │   └── tests
    │   ├── spanning_phases
    │   │   ├── env
    │   │   ├── hdl
    │   │   ├── include
    │   │   ├── run
    │   │   ├── src
    │   │   └── tests
    │   └── uvm_reactive_seq_slave
    │       ├── env
    │       ├── hdl
    │       ├── include
    │       ├── run
    │       ├── src
    │       └── tests
    ├── Extra_Examples
    │   ├── Factory
    │   └── Reporting
    ├── Practical_Applications
    │   └── soc
    │       ├── docs
    │       │   ├── common
    │       │   ├── ethernet
    │       │   │   └── src
    │       │   ├── fpu
    │       │   ├── gpio
    │       │   │   └── src
    │       │   ├── or1k
    │       │   ├── smii
    │       │   ├── spi_ctrl
    │       │   ├── uart16550
    │       │   ├── usb
    │       │   ├── vga_lcd
    │       │   └── wb_conmax
    │       ├── rtl
    │       │   ├── cfi_ctrl
    │       │   ├── clkgen
    │       │   ├── dbg_if
    │       │   ├── debug_if
    │       │   ├── ethernet
    │       │   ├── ethmac
    │       │   ├── gpio
    │       │   ├── i2c_master_slave
    │       │   ├── include
    │       │   ├── jtag
    │       │   ├── jtag_tap
    │       │   ├── or1200
    │       │   ├── or1k_startup
    │       │   ├── or1k_top
    │       │   ├── ram_wb
    │       │   ├── rom
    │       │   ├── simple_spi
    │       │   ├── smii
    │       │   ├── spi_ctrl
    │       │   ├── tap
    │       │   ├── top
    │       │   ├── uart16550
    │       │   ├── usb
    │       │   ├── usbhostslave
    │       │   ├── vga_lcd
    │       │   ├── wb_conbus
    │       │   ├── wb_conmax
    │       │   └── wb_sdram_ctrl
    │       └── tb
    │           ├── uvm
    │           │   ├── common
    │           │   │   └── unused
    │           │   ├── ethernet
    │           │   │   ├── env
    │           │   │   ├── hdl
    │           │   │   ├── include
    │           │   │   ├── log
    │           │   │   ├── run
    │           │   │   ├── src
    │           │   │   │   ├── layering
    │           │   │   │   └── sequences
    │           │   │   └── tests
    │           │   ├── spi_ctrl
    │           │   │   ├── env
    │           │   │   ├── hdl
    │           │   │   ├── include
    │           │   │   ├── run
    │           │   │   ├── src
    │           │   │   └── tests
    │           │   ├── vga_lcd
    │           │   │   ├── env
    │           │   │   ├── hdl
    │           │   │   ├── include
    │           │   │   ├── run
    │           │   │   │   └── tests
    │           │   │   ├── src
    │           │   │   └── tests
    │           │   └── wb_conmax
    │           │       ├── env
    │           │       ├── hdl
    │           │       ├── include
    │           │       ├── run
    │           │       ├── src
    │           │       └── tests
    │           └── verilog_tb
    │               ├── common
    │               ├── ethernet
    │               ├── exampleSOC
    │               │   ├── include
    │               │   ├── usbhostslave
    │               │   └── vpi
    │               │       ├── c
    │               │       └── verilog
    │               ├── gpio
    │               ├── log
    │               ├── spi_ctrl
    │               ├── top
    │               │   ├── include
    │               │   ├── usbhostslave
    │               │   └── vpi
    │               │       ├── c
    │               │       └── verilog
    │               ├── uart16550
    │               │   └── test_cases
    │               ├── usb
    │               ├── vga_lcd
    │               ├── vpi
    │               │   ├── c
    │               │   └── verilog
    │               └── wb_conmax
    ├── Quickstart
    │   ├── proj
    │   │   └── simple_dut_env
    │   │       ├── env
    │   │       ├── hdl
    │   │       ├── include
    │   │       ├── run
    │   │       ├── src
    │   │       └── tests
    │   ├── rtl
    │   ├── svtb
    │   │   └── new
    │   └── verilog
    ├── UVM_Building_Blocks
    │   ├── generic
    │   │   ├── env
    │   │   ├── hdl
    │   │   ├── include
    │   │   ├── run
    │   │   ├── src
    │   │   └── tests
    │   ├── parameterized_class_factory
    │   ├── phase_callbacks
    │   │   ├── env
    │   │   ├── hdl
    │   │   ├── include
    │   │   ├── run
    │   │   ├── src
    │   │   └── tests
    │   ├── spanning_phases
    │   │   ├── env
    │   │   ├── hdl
    │   │   ├── include
    │   │   ├── run
    │   │   ├── src
    │   │   └── tests
    │   ├── uvm_core_utilities
    │   │   ├── run
    │   │   └── src
    │   └── Uvm_Core_Utils
    │       ├── run
    │       └── src
    ├── UVM_Quickstart
    │   ├── Generating_Stimulus
    │   │   ├── env
    │   │   ├── hdl
    │   │   ├── include
    │   │   ├── run
    │   │   ├── src
    │   │   └── tests
    │   ├── svtb
    │   └── UVM_TestBench
    │       ├── env
    │       ├── hdl
    │       ├── include
    │       ├── run
    │       ├── src
    │       └── tests
    └── Web_Chapters
        └── CoverageClosure_non_UVM
            ├── bench
            │   ├── common
            │   ├── verilog
            │   └── wb_dma_uvm
            │       ├── env
            │       ├── hdl
            │       ├── include
            │       ├── src
            │       └── tests
            ├── rtl
            │   └── verilog
            └── sim

practical-uvm-ieee-edition's People

Contributors

practical-uvm-step-by-step avatar srivatsa-snps avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

practical-uvm-ieee-edition's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.