3
0
Fork 0
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:
Krystine Sherwin 2025-03-21 10:26:10 +13:00
parent 1efd3aeb7d
commit aedc13ab7f
No known key found for this signature in database
2 changed files with 5 additions and 0 deletions

View file

@ -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 "