Remove unused set_rdimm
authorJean THOMAS <git0@pub.jeanthomas.me>
Tue, 28 Jul 2020 15:44:22 +0000 (17:44 +0200)
committerJean THOMAS <git0@pub.jeanthomas.me>
Tue, 28 Jul 2020 15:44:22 +0000 (17:44 +0200)
gram/common.py

index e43bb74b274a8b132392e25a5ab0b495d4630d6f..fe31422f4e5b476a1541a84b8d4b61d1763c2eb2 100644 (file)
@@ -87,12 +87,6 @@ class PhySettings(Settings):
         assert self.memtype in ["DDR3", "DDR4"]
         self.set_attributes(locals())
 
-    # Optional RDIMM configuration
-    def set_rdimm(self, tck, rcd_pll_bypass, rcd_ca_cs_drive, rcd_odt_cke_drive, rcd_clk_drive):
-        assert self.memtype == "DDR4"
-        self.is_rdimm = True
-        self.set_attributes(locals())
-
 
 class GeomSettings(Settings):
     def __init__(self, bankbits, rowbits, colbits):