From 5255c059f5765edf5191471534f7a82f6aa88cf9 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 7 Apr 2019 12:25:16 +0100 Subject: [PATCH] add comment --- src/add/singlepipe.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/add/singlepipe.py b/src/add/singlepipe.py index 62a5e641..e83ba876 100644 --- 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 -- 2.30.2