add comments to help experimentation
[ieee754fpu.git] / src / add / test_buf_pipe.py
index f79863dfa4ba5763d00f86129b214180026e1064..472675c742d6898136c305f301e7b159250f0742 100644 (file)
@@ -703,6 +703,8 @@ class ExampleBufUnBufPipe(ControlBase):
         # XXX currently fails: any other permutation works fine.
         # p1=u,p2=b ok p1=u,p2=u ok p1=b,p2=b ok
         # also fails using UnbufferedPipeline as well
+        #pipe1 = ExampleUnBufAdd1Pipe()
+        #pipe2 = ExampleBufAdd1Pipe()
         pipe1 = ExampleBufAdd1Pipe()
         pipe2 = ExampleUnBufAdd1Pipe()