3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-30 13:19:05 +00:00

write_rtlil: don't sort

This commit is contained in:
Emil J. Tywoniak 2025-08-28 18:10:00 +02:00
parent c0577890f0
commit 430adb3b59

View file

@ -456,8 +456,6 @@ struct RTLILBackend : public Backend {
}
extra_args(f, filename, args, argidx);
design->sort();
log("Output filename: %s\n", filename);
*f << stringf("# Generated by %s\n", yosys_maybe_version());