Merge remote-tracking branch 'origin/master' into xaig_dff

This commit is contained in:
Eddie Hung
2019-09-30 12:29:35 -07:00
29 changed files with 1981 additions and 132 deletions
+1 -1
View File
@@ -417,7 +417,7 @@ void abc9_module(RTLIL::Design *design, RTLIL::Module *current_module, std::stri
log_error("ABC: execution of command \"%s\" failed: return code %d.\n", buffer.c_str(), ret);
buffer = stringf("%s/%s", tempdir_name.c_str(), "output.aig");
ifs.open(buffer);
ifs.open(buffer, std::ifstream::binary);
if (ifs.fail())
log_error("Can't open ABC output file `%s'.\n", buffer.c_str());