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 8e40c8c commit 92d139eCopy full SHA for 92d139e
README.md
@@ -101,7 +101,8 @@ aig4 = aag1 | aag2
101
102
## Circuits with Latches/Feedback/Delay
103
```python
104
-# Connect output y to input x with delay (initialized to True).
+# Connect output y to input x with delay, initialized to True.
105
+# (Default initialization is False.)
106
aig5 = aig1.feedback(
107
inputs=['x'],
108
outputs=['y'],
0 commit comments