add comment
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 7 Apr 2019 11:25:16 +0000 (12:25 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 7 Apr 2019 11:25:16 +0000 (12:25 +0100)
src/add/singlepipe.py

index 62a5e641f8ae6f408a4f380f482033471877ccc6..e83ba876128d7c7778f8fde7a43cf8edb887c8c0 100644 (file)
     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