Config finder make target (#1328)
* Add config-finder make target * Add recursive functionality * Add config finder to CI * Workaround bash argument limit failures
This commit is contained in:
@@ -75,3 +75,9 @@ We can use this config fragment when composing our configs.
|
||||
|
||||
.. note::
|
||||
Readers who want more information on the configuration system may be interested in reading :ref:`cdes`.
|
||||
|
||||
Chipyard Config Fragments
|
||||
-------------------------
|
||||
|
||||
For discoverability, users can run ``make find-config-fragments`` to see a list of config. fragments
|
||||
(config. fragments that match "class NAME extends CONFIG\n" on a single line and a subset of their children) and their file path in a fully initialized Chipyard repository.
|
||||
|
||||
Reference in New Issue
Block a user