wishbone: revert default adr_width to 30.

This commit is contained in:
Florent Kermarrec 2020-08-04 19:55:46 +02:00
parent abc49964ea
commit b831dc8c55
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ _layout = [
class Interface(Record):
def __init__(self, data_width=32, adr_width=31):
def __init__(self, data_width=32, adr_width=30):
self.data_width = data_width
self.adr_width = adr_width
Record.__init__(self, set_layout_parameters(_layout,