X-Git-Url: https://git.libre-soc.org/?p=ieee754fpu.git;a=blobdiff_plain;f=src%2Fadd%2Fexample_buf_pipe.py;h=a91b50842393ac38d7d02400eff258541e0f633a;hp=c399570a1aae7d6e19e27bd701cfff2e43906278;hb=94f4ce1c9675dddd323a50624ae22f9e9406be61;hpb=c5325abca0a32d5d462d11bc0ccb0d6cc77fd267 diff --git a/src/add/example_buf_pipe.py b/src/add/example_buf_pipe.py index c399570a..a91b5084 100644 --- a/src/add/example_buf_pipe.py +++ b/src/add/example_buf_pipe.py @@ -322,10 +322,10 @@ class ExampleStage: """ def ispec(): - return Signal(16) + return Signal(16, name="example_input_signal") def ospec(): - return Signal(16) + return Signal(16, name="example_output_signal") def process(i): """ process the input data and returns it (adds 1)