Skip to content

Blebowski/ipyxact

This branch is 10 commits ahead of, 33 commits behind olofk/ipyxact:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Ondrej Ille
Oct 23, 2021
10a9db4 · Oct 23, 2021

History

87 Commits
Jun 12, 2016
Oct 23, 2021
Aug 31, 2017
Jun 29, 2016
Sep 2, 2017
May 21, 2015
Sep 11, 2015
Jun 15, 2016
Jun 12, 2016
May 12, 2017
Feb 15, 2016
Feb 15, 2016
Feb 15, 2016
Sep 2, 2017
Feb 15, 2016
Jun 12, 2016
Aug 8, 2016
Feb 15, 2016

Repository files navigation

ipyxact

Python-based IP-XACT parser

ipyxact is a helper library that creates python structures from parsed IP-Xact files. It is intended to make it easier to use IP-Xact files in a python application

Also distributed with the source are some example applications to show how ipyxact can be used and an example IP-Xact component file (generic_example.xml).

python gen_c_header.py *xml_file* creates a C header file from the memory maps in xml_file

python gen_markdown.py *xml_file* creates markdown documentation of the memory maps in xml_file

python print_filesets.py *xml_file* creates a list of the verilog files found in the fileSets section of xml_file

ipyxact is compatible with Python >= 2.7

About

Python-based IP-XACT parser

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 77.7%
  • C 20.5%
  • Shell 1.8%