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:
Abraham Gonzalez
2023-03-06 14:00:20 -08:00
committed by GitHub
parent 252aa742c3
commit f7a39f80e7
4 changed files with 110 additions and 1 deletions

View File

@@ -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.