(* 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(input [8:0] a,
+ input [63:0] d,
+ output [63:0] q,
+ input [7:0] we,
+ input clk);
endmodule // SPBlock_512W64B8W
a = Signal(9)
q = Signal(64) # output
d = Signal(64) # input
- sram = Instance("SPBlock_512W64B8W", i_a=a, o_q=q, i_d=d, i_we=self.we, i_clk=ClockSignal())
+ sram = Instance("SPBlock_512W64B8W", i_a=a, o_q=q, i_d=d,
+ i_we=self.we, i_clk=ClockSignal())
m.submodules += sram
# connect up some arbitrary signals