From: Luke Kenneth Casson Leighton Date: Wed, 27 Mar 2019 08:16:14 +0000 (+0000) Subject: identify test 9 code with comment X-Git-Tag: ls180-24jan2020~1481 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a13e953b2cad6f173696f5c72aa6f52e534278ca;p=ieee754fpu.git identify test 9 code with comment --- diff --git a/src/add/test_buf_pipe.py b/src/add/test_buf_pipe.py index 92a14377..e483e62f 100644 --- a/src/add/test_buf_pipe.py +++ b/src/add/test_buf_pipe.py @@ -299,6 +299,10 @@ class ExampleBufPipe2(ControlBase): return m +###################################################################### +# Test 9 +###################################################################### + class ExampleBufPipeChain2(BufferedPipeline): """ connects two stages together as a *single* combinatorial stage. """