Skip to content

SystemVerilog helper libraries, scripts, tips..

License

Notifications You must be signed in to change notification settings

enhoshen/svutil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SVutil

SVutil is a python library that comes with a simple parser that parse some useful information from your systemverilog code, a collection of code, datasheet, figure, xlsx or systemverilog code generation modules, and some simulation utility module meant to be used in conjunction with nicotb

Setup

first time install

git clone https://github.com/enhoshen/SVutil
# under SVutil repo folder
python -m pip install . --user

update

# under SVutil repo folder
git pull
python -m pip install . --upgrade --user

About

SystemVerilog helper libraries, scripts, tips..

Resources

License

Stars

Watchers

Forks

Packages

No packages published