mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
Added output args to synth_ice40
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user