We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84709e2 commit 18e5bcdCopy full SHA for 18e5bcd
amaranth/hdl/_nir.py
@@ -849,7 +849,7 @@ def resolve_nets(self, netlist: Netlist):
849
850
851
class AsyncProperty(Cell):
852
- """Corresponds to ``Assert``, ``Assume``, or ``Cover`` in the "comb" domain._
+ """Corresponds to ``Assert``, ``Assume``, or ``Cover`` in the "comb" domain.
853
854
Attributes
855
----------
@@ -880,7 +880,7 @@ def resolve_nets(self, netlist: Netlist):
880
881
882
class SyncProperty(Cell):
883
- """Corresponds to ``Assert``, ``Assume``, or ``Cover`` in the "comb" domain.
+ """Corresponds to ``Assert``, ``Assume``, or ``Cover`` in domains other than "comb".
884
885
886
0 commit comments