Skip to content

Commit

Permalink
update version and some docs
Browse files Browse the repository at this point in the history
  • Loading branch information
amykyta3 committed Mar 12, 2023
1 parent d7c4b88 commit c7b7352
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
22 changes: 22 additions & 0 deletions docs/configuring.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Configuring PeakRDL-regblock
============================

If using the `PeakRDL command line tool <https://peakrdl.readthedocs.io/>`_,
some aspects of the ``regblock`` command have additional configuration options
avaiable via the PeakRDL TOML file.

All regblock-specific options are defined under the ``[regblock]`` TOML heading.

.. data:: cpuifs

Mapping of additional CPU Interface implementation classes to load.
The mapping's key indicates the cpuif's name.
The value is a string that describes the import path and cpuif class to
load.

For example:

.. code-block:: toml
[regblock]
cpuifs.my-cpuif-name = "my_cpuif_module:MyCPUInterfaceClass"
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ Links
architecture
hwif
api
configuring
limitations
licensing

Expand Down
2 changes: 1 addition & 1 deletion src/peakrdl_regblock/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.10.0"
__version__ = "0.11.0"

0 comments on commit c7b7352

Please sign in to comment.