mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 02:45:52 +00:00
Added output args to synth_ice40
This commit is contained in:
parent
08a4af3cde
commit
c329233f0d
2 changed files with 37 additions and 2 deletions
|
@ -110,8 +110,8 @@ struct SynthXilinxPass : public Pass {
|
|||
log(" stat\n");
|
||||
log(" check -noinit\n");
|
||||
log("\n");
|
||||
log(" edif:\n");
|
||||
log(" write_edif synth.edif\n");
|
||||
log(" edif: (only if -edif)\n");
|
||||
log(" write_edif <file-name>\n");
|
||||
log("\n");
|
||||
}
|
||||
virtual void execute(std::vector<std::string> args, RTLIL::Design *design)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue