mirror of https://github.com/YosysHQ/yosys.git
bugpoint: don't sort
This commit is contained in:
parent
e11ea42af0
commit
68ad52c6ae
|
|
@ -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)
|
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";
|
string bugpoint_file = "bugpoint-case";
|
||||||
if (suffix.size())
|
if (suffix.size())
|
||||||
bugpoint_file += stringf(".%.8s", suffix);
|
bugpoint_file += stringf(".%.8s", suffix);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue