Skip to content
This repository was archived by the owner on Oct 14, 2022. It is now read-only.

quartiq/python-bsdl-parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.9%
  • Makefile 3.1%