update version and some docs

This commit is contained in:
Alex Mykyta
2023-03-11 22:11:46 -08:00
parent d7c4b880dc
commit c7b7352746
3 changed files with 24 additions and 1 deletions

22
docs/configuring.rst Normal file
View File

@@ -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"

View File

@@ -100,6 +100,7 @@ Links
architecture
hwif
api
configuring
limitations
licensing