chipsalliance / rocket-chip

Rocket Chip Generator
Other
3.1k stars 1.1k forks source link

Adding new config fragments to Rocket-chip subsystem Config.scala #3654

Closed Kevin99214 closed 3 weeks ago

Kevin99214 commented 3 weeks ago

Type of change: other enhancement

Impact: no functional change

Development Phase: implementation

Release Notes As asked by Jerry in issue #3647, submitting several config-fragments that I have created while working in chipyard. Some of the fragments I've created are for enabling features and some are more QoL to give more customization to existing features. Happy to remove any of them if they are too verbose.

jerryz123 commented 3 weeks ago

Do you mind taking a look at #3655 ? That PR is intended to DRY out all these new configs, and compartmentalize them in the rocket subpackage.

Kevin99214 commented 2 weeks ago

I like the look of it, feels a lot cleaner to create new configs-snippets.