mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-19 09:40:21 +00:00
cmdref: Groups and group names
This commit is contained in:
parent
d0ce6a3bd6
commit
4ba403829b
4 changed files with 17 additions and 7 deletions
|
@ -23,6 +23,7 @@
|
|||
#include "kernel/celltypes.h"
|
||||
#include "kernel/utils.h"
|
||||
#include "kernel/satgen.h"
|
||||
#include "kernel/log_help.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <queue>
|
||||
|
@ -690,6 +691,11 @@ struct RecoverNamesWorker {
|
|||
|
||||
struct RecoverNamesPass : public Pass {
|
||||
RecoverNamesPass() : Pass("recover_names", "Execute a lossy mapping command and recover original netnames") { }
|
||||
bool formatted_help() override {
|
||||
auto *help = PrettyHelp::get_current();
|
||||
help->set_group("passes/opt");
|
||||
return false;
|
||||
}
|
||||
void help() override
|
||||
{
|
||||
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue