3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-28 17:08:46 +00:00

docs: Working cmdref groups

Also adds note on source location if available.
This commit is contained in:
Krystine Sherwin 2025-03-21 10:26:10 +13:00
parent a0da79981b
commit 35498ae3f6
No known key found for this signature in database
3 changed files with 35 additions and 72 deletions

View file

@ -951,6 +951,7 @@ struct HelpPass : public Pass {
for (auto content : cmd_help.get_content())
json.value(content->to_json());
json.end_array();
json.entry("source_file", cmd_help.source_file());
json.entry("experimental_flag", experimental_flag);
json.end_object();
}