SystemRDL / PeakRDL-systemrdl

Convert a compiled register model into SystemRDL code.
GNU General Public License v3.0
1 stars 2 forks source link

Import SystemRDLExporter in __init__.py #1

Closed howardtr closed 1 year ago

howardtr commented 1 year ago

Hi,

I needed to add the following lines to init.py to get SystemRDLExporter to work like the other Exporter tools.

from .__about__ import __version__

from .exporter import SystemRDLExporter
amykyta3 commented 1 year ago

Will add. Thanks! I didnt realize I was following that convention in all the other tools. Makes sense to normalize it though.

amykyta3 commented 1 year ago

Will be included in the next release

howardtr commented 1 year ago

Thank you! :)