use --recursive on git submodule not --remote - one does a "latest update"
[soclayout.git] / experiments9 / non_generated / spblock512w64b8w_0.v
1 (* \nmigen.hierarchy = "test_issuer.ti.sram4k_0.spblock512w64b8w_0" *)
2 (* generator = "nMigen" *)
3 module spblock512w64b8w_0(a, d, q, we, clk);
4 input [8:0] a;
5 input [63:0] d;
6 output [63:0] q;
7 input [7:0] we;
8 input clk;
9 assign q = d;
10 endmodule // SPBlock_512W64B8W
11