wishbone: revert default adr_width to 30.
This commit is contained in:
parent
abc49964ea
commit
b831dc8c55
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue