mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-29 09:28:46 +00:00
add help for nowidelut and abc9 options
This commit is contained in:
parent
32f0296df1
commit
dd8c7e1ddd
1 changed files with 7 additions and 1 deletions
|
@ -64,6 +64,12 @@ struct SynthGowinPass : public ScriptPass
|
||||||
log(" -retime\n");
|
log(" -retime\n");
|
||||||
log(" run 'abc' with -dff option\n");
|
log(" run 'abc' with -dff option\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
|
log(" -nowidelut\n");
|
||||||
|
log(" do not use muxes to implement LUTs larger than LUT4s\n");
|
||||||
|
log("\n");
|
||||||
|
log(" -abc9\n");
|
||||||
|
log(" use new ABC9 flow (EXPERIMENTAL)\n");
|
||||||
|
log("\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
log("The following commands are executed by this synthesis command:\n");
|
log("The following commands are executed by this synthesis command:\n");
|
||||||
help_script();
|
help_script();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue