chipsalliance / rocket-chip

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

Allow TLFragmenter to fragment from non-probable masters #3595

Closed jerryz123 closed 6 months ago

jerryz123 commented 6 months ago

This should be safe. TLFragmenter can't fragment caching requests. But masters which are non-probable (non-caching) will only generate non-caching requests, which are fragmentable.

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