3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-10 05:00:52 +00:00

abc9: log which module is being operated on

This commit is contained in:
Eddie Hung 2020-01-13 09:43:57 -08:00
parent 9f3cb981d7
commit 808b388e34
2 changed files with 3 additions and 5 deletions

View file

@ -168,10 +168,6 @@ void abc9_module(RTLIL::Design *design, std::string script_file, std::string exe
std::string wire_delay, std::string tempdir_name
)
{
//FIXME:
//log_header(design, "Extracting gate netlist of module `%s' to `%s/input.xaig'..\n",
// module->name.c_str(), replace_tempdir(tempdir_name, tempdir_name, show_tempdir).c_str());
std::string abc9_script;
if (!lut_costs.empty())