mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-25 19:01:30 +00:00
read_verilog: add -relativeshare for synthesis reproducibility testing
This commit is contained in:
parent
6c4d00ca7a
commit
f8630d0777
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