Updated experiments12 for the latest Coriolis.
[soclayout.git] / experiments12 / memory.py
index 565d179ec20c196dcf9c2ed65b69f27bf7fb2dcc..fb465ee2520b5793c4b6ad44e21cfb027f6d22be 100644 (file)
@@ -18,7 +18,7 @@ class ADD(Elaboratable):
         a = Signal(9)
         q = Signal(64) # output
         d = Signal(64) # input
-        sram = Instance("SPBlock_512W64B8W", i_a=a, o_q=q, i_d=d,
+        sram = Instance("spblock_512w64b8w", i_a=a, o_q=q, i_d=d,
                                              i_we=self.we, i_clk=ClockSignal())
         m.submodules += sram