mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-11 12:11:27 +00:00
write_rtlil: don't sort
This commit is contained in:
parent
cec48c6abd
commit
60bcb93e8b
1 changed files with 0 additions and 2 deletions
|
@ -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.c_str());
|
log("Output filename: %s\n", filename.c_str());
|
||||||
|
|
||||||
*f << stringf("# Generated by %s\n", yosys_maybe_version());
|
*f << stringf("# Generated by %s\n", yosys_maybe_version());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue