identify test 9 code with comment
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 27 Mar 2019 08:16:14 +0000 (08:16 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 27 Mar 2019 08:16:14 +0000 (08:16 +0000)
src/add/test_buf_pipe.py

index 92a143772502227b6842ba2ed6442fbf665dad7d..e483e62f37c41a8f4a08dee6026b980945c2c02e 100644 (file)
@@ -299,6 +299,10 @@ class ExampleBufPipe2(ControlBase):
         return m
 
 
+######################################################################
+# Test 9
+######################################################################
+
 class ExampleBufPipeChain2(BufferedPipeline):
     """ connects two stages together as a *single* combinatorial stage.
     """