Skip to content

Commit

Permalink
interconnect/axi/axi_lite: Add bursting property even if always False.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Jul 9, 2024
1 parent 549d23e commit e4e9bd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions litex/soc/interconnect/axi/axi_lite.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def __init__(self, data_width=32, address_width=32, addressing="byte", clock_dom
# -----------
self.data_width = data_width
self.address_width = address_width
self.bursting = bursting
self.addressing = addressing
self.clock_domain = clock_domain

Expand Down

0 comments on commit e4e9bd2

Please sign in to comment.