Skip to content

Commit 92d139e

Browse files
committed
made initialization description more concrete
1 parent 8e40c8c commit 92d139e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ aig4 = aag1 | aag2
101101

102102
## Circuits with Latches/Feedback/Delay
103103
```python
104-
# Connect output y to input x with delay (initialized to True).
104+
# Connect output y to input x with delay, initialized to True.
105+
# (Default initialization is False.)
105106
aig5 = aig1.feedback(
106107
inputs=['x'],
107108
outputs=['y'],

0 commit comments

Comments
 (0)