Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
amykyta3 committed Sep 24, 2022
1 parent 0a6a531 commit 6fa5031
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/props/field.rst
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,8 @@ integer
reference
|OK|

Reference to a dynamic reset value.

resetsignal
^^^^^^^^^^^
|OK|
Expand Down
8 changes: 8 additions & 0 deletions docs/props/signal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ activehigh/activelow
--------------------
|OK|

Only relevant for signals used as resets. Defines the reset signal's polarity.

sync/async
----------
|OK|
Expand All @@ -20,6 +22,12 @@ cpuif_reset
-----------
|OK|

Specify that this signal shall be used as alternate reset signal for the CPU
interface for this regblock.

field_reset
-----------
|OK|

Specify that this signal is used as an alternate reset signal for all fields
instantiated in sub-hierarchies relative to this signal.
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.6.0"
__version__ = "0.7.0"

0 comments on commit 6fa5031

Please sign in to comment.