3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-28 15:07:58 +00:00

docs: Working cmdref groups

Also adds note on source location if available.
This commit is contained in:
Krystine Sherwin 2025-07-21 10:34:13 +12:00
parent 3691bb674c
commit 00b6d96aee
No known key found for this signature in database
3 changed files with 35 additions and 72 deletions

View file

@ -949,6 +949,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();
}