-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,6 +100,7 @@ Links | |
architecture | ||
hwif | ||
api | ||
configuring | ||
limitations | ||
licensing | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.10.0" | ||
__version__ = "0.11.0" |