/svutil

SystemVerilog helper libraries, scripts, tips..

Primary LanguagePythonMIT LicenseMIT

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