/python-bsdl-parser

A Grako-based parser for IEEE 1149.1 Boundary-Scan Description Language (BSDL) files

Primary LanguagePythonOtherNOASSERTION

python-bsdl-parser

This is a Grako-based parser for IEEE 1149.1 Boundary-Scan Description Language (BSDL) files.

Requirements

Usage

First, install the Grako command from here. Then you can run make to generate the actual parser module (bsdl.py).

After generating the parser module, run ./bsdl2json.py bsdl_file.bsd > json_file.json to convert your BSDL file to JSON.