chipsalliance / rocket-chip

Rocket Chip Generator
Other
3.2k stars 1.12k forks source link

Use sortedSlaves in some TL helpers #3572

Closed jerryz123 closed 7 months ago

jerryz123 commented 7 months ago

This avoids cases where identical TLSlavePortParameters (but with different orderings of TLSlaveParameters) produce different, yet logically-equivalent RTL (reduction trees in findSafe, for instance)

Related issue:

Type of change: bug report | feature request | other enhancement

Impact: no functional change | API addition (no impact on existing code) | API modification

Development Phase: proposal | implementation

Release Notes