mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
log_help: Add manual group support
Sets `chformal` group to "formal" for testing purposes
This commit is contained in:
parent
1efd3aeb7d
commit
aedc13ab7f
2 changed files with 5 additions and 0 deletions
|
@ -75,6 +75,7 @@ struct ChformalPass : public Pass {
|
|||
|
||||
bool help_v2() override {
|
||||
auto *help = PrettyHelp::get_current();
|
||||
help->set_group("formal");
|
||||
help->usage("chformal [types] [mode] [options] [selection]");
|
||||
help->paragraph(
|
||||
"Make changes to the formal constraints of the design. The [types] options "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue