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:
parent
9f3cb981d7
commit
808b388e34
2 changed files with 3 additions and 5 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue