pssparser provides an Accellera PSS parser implemented with ANTLR and Python


Keywords
PSS, Portable, Stimulus, Accellera
License
Apache-2.0
Install
pip install pssparser==0.0.1.20200517.2

Documentation

PSSParser

This project provides a ANTLR4-based parser for the Accellera PSS language. It also provides an AST (data model) for processing the result of the parser.

Build Status