Skip to content

edaa-org/pySystemRDLModel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 11, 2024
bdae152 · Nov 11, 2024

History

32 Commits
Nov 11, 2024
Nov 3, 2024
Jun 18, 2023
Nov 11, 2024
Nov 11, 2024
Nov 11, 2024
Nov 3, 2024
Jun 18, 2023
Nov 11, 2024
Jun 18, 2023
Jun 18, 2023
Nov 11, 2024
Nov 11, 2024
Nov 11, 2024
Nov 3, 2024

Repository files navigation

Sourcecode on GitHub Sourcecode License Documentation Documentation License Gitter
PyPI PyPI - Status PyPI - Python Version
GitHub Workflow - Build and Test Status Libraries.io status for latest release Codacy - Quality Codacy - Coverage Codecov - Branch Coverage

An abstract language model of SystemRDL written in Python.

Main Goals

This package provides a unified abstract language model for SystemRDL. Projects reading from source files can derive own classes and implement additional logic to create a concrete language model for their tools.

Projects consuming pre-processed SystemRDL data (parsed, analyzed or elaborated) can build higher level features and services on such a model, while supporting multiple frontends.

Use Cases

pySystemRDLModel Generators

TBD

pySystemRDLModel Consumers

Examples

List all Modules with Parameters and Ports

TBD

Contributors

License

This Python package (source code) licensed under Apache License 2.0.
The accompanying documentation is licensed under Creative Commons - Attribution 4.0 (CC-BY 4.0).


SPDX-License-Identifier: Apache-2.0