mirror of https://github.com/YosysHQ/yosys.git
fabulous: remove unused `-encfile` option
Signed-off-by: Leo Moser <leomoser99@gmail.com>
This commit is contained in:
parent
a1759e7ae7
commit
32bd3e5418
|
|
@ -69,9 +69,6 @@ struct SynthPass : public ScriptPass
|
|||
log(" use the specified Verilog file for extra techmap rules (can be specified multiple\n");
|
||||
log(" times).\n");
|
||||
log("\n");
|
||||
log(" -encfile <file>\n");
|
||||
log(" passed to 'fsm_recode' via 'fsm'\n");
|
||||
log("\n");
|
||||
log(" -nofsm\n");
|
||||
log(" do not run FSM optimization\n");
|
||||
log("\n");
|
||||
|
|
|
|||
Loading…
Reference in New Issue