projects
/
ieee754fpu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3639a2
)
add comment
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 7 Apr 2019 11:25:16 +0000
(12:25 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 7 Apr 2019 11:25:16 +0000
(12:25 +0100)
src/add/singlepipe.py
patch
|
blob
|
history
diff --git
a/src/add/singlepipe.py
b/src/add/singlepipe.py
index 62a5e641f8ae6f408a4f380f482033471877ccc6..e83ba876128d7c7778f8fde7a43cf8edb887c8c0 100644
(file)
--- a/
src/add/singlepipe.py
+++ b/
src/add/singlepipe.py
@@
-148,6
+148,14
@@
dan calls a "buffered handshake".
it's quite a complex state machine!
+
+ BufferedPipeline2
+ -----------------
+
+ Synchronised pipeline
+
+ Based on:
+ https://github.com/ZipCPU/dbgbus/blob/master/hexbus/rtl/hbdeword.v
"""
from nmigen import Signal, Cat, Const, Mux, Module, Value