diff --git a/src/peakrdl_uvm/__about__.py b/src/peakrdl_uvm/__about__.py index 8a124bf..55e4709 100644 --- a/src/peakrdl_uvm/__about__.py +++ b/src/peakrdl_uvm/__about__.py @@ -1 +1 @@ -__version__ = "2.2.0" +__version__ = "2.3.0" diff --git a/src/peakrdl_uvm/__peakrdl__.py b/src/peakrdl_uvm/__peakrdl__.py index 804de66..3f0d7bb 100644 --- a/src/peakrdl_uvm/__peakrdl__.py +++ b/src/peakrdl_uvm/__peakrdl__.py @@ -1,5 +1,7 @@ from typing import TYPE_CHECKING +from peakrdl.plugins.exporter import ExporterSubcommandPlugin #pylint: disable=import-error + from .exporter import UVMExporter if TYPE_CHECKING: @@ -7,7 +9,7 @@ from systemrdl.node import AddrmapNode -class Exporter: +class Exporter(ExporterSubcommandPlugin): short_desc = "Generate a UVM register model" def add_exporter_arguments(self, arg_group: 'argparse.ArgumentParser') -> None: