mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-06 07:54:00 +00:00
read_verilog: add -relativeshare for synthesis reproducibility testing
This commit is contained in:
parent
175e024033
commit
73747f6928
5 changed files with 51 additions and 11 deletions
|
@ -69,7 +69,7 @@ struct SynthPass : public ScriptPass
|
|||
log(" use the specified Verilog file for extra primitives (can be specified multiple\n");
|
||||
log(" times).\n");
|
||||
log("\n");
|
||||
log(" -extra-map <techamp.v>\n");
|
||||
log(" -extra-map <techmap.v>\n");
|
||||
log(" use the specified Verilog file for extra techmap rules (can be specified multiple\n");
|
||||
log(" times).\n");
|
||||
log("\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue