Skip to content

Commit df75eaf

Browse files
authored
Merge pull request #78 from MarkusRabe/master
Made description of feedback initialization more concrete
2 parents 53adb3d + 92d139e commit df75eaf

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)