try changing layout of blackbox spblock_512w64b8w
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 18 Apr 2021 22:34:07 +0000 (22:34 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 18 Apr 2021 22:34:07 +0000 (22:34 +0000)
experiments9/non_generated/spblock_512w64b8w.v

index cd6b9c88348b876281a20c1d9385b6ec33fe8072..44db03c8f407de5edcccc0647b110ee6ac3eb84d 100644 (file)
@@ -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
+