Skip to content

Commit

Permalink
fix debug slave address range
Browse files Browse the repository at this point in the history
  • Loading branch information
marqs committed Dec 11, 2020
1 parent b11dd77 commit dfb0af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulpino_hw.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ set_interface_property avalon_slave_debug associatedReset reset_sink
set_interface_property avalon_slave_debug bitsPerSymbol 8
set_interface_property avalon_slave_debug burstOnBurstBoundariesOnly false
set_interface_property avalon_slave_debug burstcountUnits WORDS
set_interface_property avalon_slave_debug explicitAddressSpan {8192}
set_interface_property avalon_slave_debug explicitAddressSpan 0
set_interface_property avalon_slave_debug holdTime 0
set_interface_property avalon_slave_debug linewrapBursts false
set_interface_property avalon_slave_debug maximumPendingReadTransactions 1
Expand Down

0 comments on commit dfb0af0

Please sign in to comment.