bump version

This commit is contained in:
Alex Mykyta
2022-09-23 21:01:11 -07:00
parent 0a6a531c44
commit 6fa5031ada
3 changed files with 11 additions and 1 deletions

View File

@@ -559,6 +559,8 @@ integer
reference reference
|OK| |OK|
Reference to a dynamic reset value.
resetsignal resetsignal
^^^^^^^^^^^ ^^^^^^^^^^^
|OK| |OK|

View File

@@ -9,6 +9,8 @@ activehigh/activelow
-------------------- --------------------
|OK| |OK|
Only relevant for signals used as resets. Defines the reset signal's polarity.
sync/async sync/async
---------- ----------
|OK| |OK|
@@ -20,6 +22,12 @@ cpuif_reset
----------- -----------
|OK| |OK|
Specify that this signal shall be used as alternate reset signal for the CPU
interface for this regblock.
field_reset field_reset
----------- -----------
|OK| |OK|
Specify that this signal is used as an alternate reset signal for all fields
instantiated in sub-hierarchies relative to this signal.

View File

@@ -1 +1 @@
__version__ = "0.6.0" __version__ = "0.7.0"