Remove unused legacy attributes (fixes #3)
authorJean THOMAS <git0@pub.jeanthomas.me>
Thu, 11 Jun 2020 16:48:02 +0000 (18:48 +0200)
committerJean THOMAS <git0@pub.jeanthomas.me>
Thu, 11 Jun 2020 16:48:02 +0000 (18:48 +0200)
gram/common.py

index a890b16125d5d7232ebbdabbc115284c73b64b34..1369c1915f6ef566886274149f07ad4beae11ec3 100644 (file)
@@ -313,11 +313,6 @@ class gramNativePort(Settings):
 
         self.flush = Signal()
 
-        # retro-compatibility # FIXME: remove
-        self.aw = self.address_width
-        self.dw = self.data_width
-        self.cd = self.clock_domain
-
     def get_bank_address(self, bank_bits, cba_shift):
         cba_upper = cba_shift + bank_bits
         return self.cmd.addr[cba_shift:cba_upper]