From 1b691ded50dc4351b19864725c6e2a45e9785844 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 18 Apr 2021 22:34:07 +0000 Subject: [PATCH] try changing layout of blackbox spblock_512w64b8w --- experiments9/non_generated/spblock_512w64b8w.v | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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 + -- 2.30.2