projects
/
ieee754fpu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
527ca98
)
LTStageDerived does not have to be derived from Elaboratable
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 27 Apr 2019 14:27:21 +0000
(15:27 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 27 Apr 2019 14:27:21 +0000
(15:27 +0100)
src/add/test_buf_pipe.py
patch
|
blob
|
history
diff --git
a/src/add/test_buf_pipe.py
b/src/add/test_buf_pipe.py
index 48d5ac5228888256456b9fdddee27f5f1a1d260c..892e3ace59ac3f7ce236696417d3cb1d37e2d226 100644
(file)
--- a/
src/add/test_buf_pipe.py
+++ b/
src/add/test_buf_pipe.py
@@
-378,7
+378,7
@@
class LTStage(StageCls):
return self.o
-class LTStageDerived(SetLessThan, StageCls
, Elaboratable
):
+class LTStageDerived(SetLessThan, StageCls):
""" special version of a nmigen module where the module is also a stage
shows that you don't actually need to combinatorially connect