Skip to content

Parse systemverilog and serialize it to python objects.

License

Notifications You must be signed in to change notification settings

prokie/python-svdata

Repository files navigation

Documentation Status

Python Svdata

This is a copy of the excellent repository https://github.com/davemcewan/svdata, but ported for use in python instead of serializing.

Installation

pip install python-svdata

Usage

To parse a systemverilog file simply import the function read_sv_file and specify the path to the file.

from python_svdata import read_sv_file

sv_data = read_sv_file("test.sv")

About

Parse systemverilog and serialize it to python objects.

Resources

License

Stars

Watchers

Forks

Packages

No packages published