From: Luke Kenneth Casson Leighton Date: Sun, 18 Apr 2021 22:34:07 +0000 (+0000) Subject: try changing layout of blackbox spblock_512w64b8w X-Git-Tag: LS180_RC3~102 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1b691ded50dc4351b19864725c6e2a45e9785844;p=soclayout.git try changing layout of blackbox spblock_512w64b8w --- diff --git a/experiments9/non_generated/spblock_512w64b8w.v b/experiments9/non_generated/spblock_512w64b8w.v index cd6b9c8..44db03c 100644 --- a/experiments9/non_generated/spblock_512w64b8w.v +++ b/experiments9/non_generated/spblock_512w64b8w.v @@ -1,7 +1,9 @@ (* blackbox = 1 *) -module spblock_512w64b8w(input [8:0] a, - input [63:0] d, - output [63:0] q, - input [7:0] we, - input clk); +module spblock_512w64b8w(a, d, q, we, clk); + input [8:0] a; + input [63:0] d; + output [63:0] q; + input [7:0] we; + input clk; endmodule // SPBlock_512W64B8W +