projects
/
gram.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdc0bbf
)
Remove unused legacy attributes (fixes #3)
author
Jean THOMAS
<git0@pub.jeanthomas.me>
Thu, 11 Jun 2020 16:48:02 +0000
(18:48 +0200)
committer
Jean THOMAS
<git0@pub.jeanthomas.me>
Thu, 11 Jun 2020 16:48:02 +0000
(18:48 +0200)
gram/common.py
patch
|
blob
|
history
diff --git
a/gram/common.py
b/gram/common.py
index a890b16125d5d7232ebbdabbc115284c73b64b34..1369c1915f6ef566886274149f07ad4beae11ec3 100644
(file)
--- a/
gram/common.py
+++ b/
gram/common.py
@@
-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]