interconnect/axi/axi_lite: Add bursting property even if always False.
This commit is contained in:
parent
549d23e4f7
commit
e4e9bd2125
|
@ -57,6 +57,7 @@ class AXILiteInterface:
|
|||
# -----------
|
||||
self.data_width = data_width
|
||||
self.address_width = address_width
|
||||
self.bursting = bursting
|
||||
self.addressing = addressing
|
||||
self.clock_domain = clock_domain
|
||||
|
||||
|
|
Loading…
Reference in New Issue