uvm_gen

Logo

UVM Generator+Template Suite - Moore.io Core Collection

View the Project on GitHub Datum-Technology-Corporation/uvm_gen

UVM Library Template

Description

This simple template creates an empty Package ready for UVM Library development.

Output

uvml_${name}/
  bin/
    package.py
  examples/
    component.sv 
    object.sv
  src/
    uvml_${name}_constants.sv 
    uvml_${name}_macros.sv 
    uvml_${name}_pkg.flist 
    uvml_${name}_pkg.flist.xsim 
    uvml_${name}_pkg.sv 
    uvml_${name}_tdefs.sv 
  .gitignore 
  LICENSE.md 
  README.md