mirror of https://github.com/YosysHQ/yosys.git
write_rtlil: don't sort
This commit is contained in:
parent
c0577890f0
commit
430adb3b59
|
|
@ -456,8 +456,6 @@ struct RTLILBackend : public Backend {
|
||||||
}
|
}
|
||||||
extra_args(f, filename, args, argidx);
|
extra_args(f, filename, args, argidx);
|
||||||
|
|
||||||
design->sort();
|
|
||||||
|
|
||||||
log("Output filename: %s\n", filename);
|
log("Output filename: %s\n", filename);
|
||||||
|
|
||||||
*f << stringf("# Generated by %s\n", yosys_maybe_version());
|
*f << stringf("# Generated by %s\n", yosys_maybe_version());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue