AddingPeripherals.mdwn
[pinmux.git] / src / bsv / peripheral_gen / sdram.py
index 1158ebf5ba989d31ca253cee56a093fb3f1bdda3..58e7c027f2ab3157092f6afcf8c4b45113f2353f 100644 (file)
@@ -18,6 +18,9 @@ class sdram(PBase):
         return "// (*always_ready*) interface " + \
                 "Ifc_sdram_out sdr{0}_out;".format(count)
 
+    def get_clk_spc(self, typ):
+        return "clk0, slow_reset"
+
     def get_clock_reset(self, name, count):
         return "slow_clock, slow_reset"