mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-30 13:19:05 +00:00
Merge pull request #5315 from YosysHQ/emil/write_rtlil-no-sort
write_rtlil: don't sort
This commit is contained in:
commit
a78eb9e151
19 changed files with 247 additions and 109 deletions
|
@ -122,8 +122,6 @@ struct BugpointPass : public Pass {
|
|||
|
||||
int run_yosys(RTLIL::Design *design, string runner, string yosys_cmd, string yosys_arg, string suffix, bool catch_err)
|
||||
{
|
||||
design->sort();
|
||||
|
||||
string bugpoint_file = "bugpoint-case";
|
||||
if (suffix.size())
|
||||
bugpoint_file += stringf(".%.8s", suffix);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue