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:
parent
a0da79981b
commit
35498ae3f6
3 changed files with 35 additions and 72 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue