Skip to content

Commit

Permalink
Add pointers to edalize in docs for tool/flow options
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed Jan 11, 2024
1 parent 58a7338 commit 584d0ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fusesoc/capi2/json_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,19 +386,19 @@
"^.+$": {
"patternProperties": {
"^default_tool$": {
"description": "Default tool to use unless overridden with ``--tool=``",
"description": "Default tool to use unless overridden with ``--tool=`` This key is used by the Edalize Tool API and is ignored if the Flow API is used instead.",
"type": "string"
},
"^description$": {
"description": "Description of the target",
"type": "string"
},
"^flow$": {
"description": "Edalize backend flow to use for target",
"description": "Edalize backend flow to use for target. Setting this key enables the flow API instead of the legacy Tool API.",
"type": "string"
},
"^flow_options$": {
"description": "Tool- and flow-specific options",
"description": "Tool- and flow-specific options. Used by the Flow API. The Edalize documentation contains information on available options for different flows (https://edalize.readthedocs.io/en/latest/edam/api.html#flow-options)",
"type": "object",
"patternProperties": {
"^.+$": {
Expand Down Expand Up @@ -458,7 +458,7 @@
"additionalProperties": false
},
"^tools$": {
"description": "Tool-specific options for target",
"description": "Tool-specific options for target. Used by the legacy Tool API. The contents of this section is handled by Edalize, and a list of available tool options for each tool can be found in the Edalize documentation (https://edalize.readthedocs.io/en/latest/edam/api.html#tool-options)",
"type": "object",
"patternProperties": {
"^.+$": {
Expand Down

0 comments on commit 584d0ae

Please sign in to comment.