From: Luke Kenneth Casson Leighton Date: Tue, 19 Mar 2019 05:57:16 +0000 (+0000) Subject: add comment about ports needing flattening X-Git-Tag: ls180-24jan2020~1631 X-Git-Url: https://git.libre-soc.org/?p=ieee754fpu.git;a=commitdiff_plain;h=64bd11bded25d7262bc98c40aa609c275eded4b2;hp=a58c598b6635baafd0afdb3f467bc72d0a59161b add comment about ports needing flattening --- diff --git a/src/add/example_buf_pipe.py b/src/add/example_buf_pipe.py index 52568b5a..037d35db 100644 --- a/src/add/example_buf_pipe.py +++ b/src/add/example_buf_pipe.py @@ -156,7 +156,7 @@ class PipelineBase: def ports(self): return [self.p.i_valid, self.n.i_ready, self.n.o_valid, self.p.o_ready, - self.p.i_data, self.n.o_data + self.p.i_data, self.n.o_data # XXX need flattening! ]