-
Notifications
You must be signed in to change notification settings - Fork 651
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename Config Mixins to Fragments #451
Conversation
I'd rather we use the full term "config fragment" every time we refer to it, rather than just "fragment". I think it maker it clearer, and keeps it within the context of configs |
docs/Generators/IceNet.rst
Outdated
Then add the ``WithIceNIC`` config mixin to your configuration. This will | ||
define ``NICKey``, which IceNIC uses to determine its parameters. The mixin | ||
Then add the ``WithIceNIC`` config fragment to your configuration. This will | ||
define ``NICKey``, which IceNIC uses to determine its parameters. The fragment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Address this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (other than the last lonely fragment that's left). Probably worth for FireSim folks to make sure that FireSim docs are consistent as well with this terminology (@sagark @davidbiancolin @alonamid )
Co-Authored-By: alonamid <alonamid@eecs.berkeley.edu>
Related issue:
Type of change: other enhancement
Impact: other
Release Notes
This renames all instances of config mixins to fragments to better distinguish between traits/mixins that apply to the
Top
and config fragments that make configs.