Merge pull request #1424 from ucb-bar/new-cfg-finder

New Scala-based Config Finder
This commit is contained in:
Abraham Gonzalez
2023-04-05 13:41:56 -07:00
committed by GitHub
5 changed files with 29 additions and 86 deletions

View File

@@ -79,5 +79,4 @@ We can use this config fragment when composing our configs.
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.
For discoverability, users can run ``make find-config-fragments`` to see a list of config. fragments.