mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-22 05:43:40 +00:00
abc9: uncomment nothing to map message
This commit is contained in:
parent
64ace4b0dc
commit
6728a62d92
1 changed files with 4 additions and 4 deletions
|
@ -715,10 +715,10 @@ clone_lut:
|
||||||
|
|
||||||
design->remove(mapped_mod);
|
design->remove(mapped_mod);
|
||||||
}
|
}
|
||||||
//else
|
else
|
||||||
//{
|
{
|
||||||
// log("Don't call ABC as there is nothing to map.\n");
|
log("Don't call ABC as there is nothing to map.\n");
|
||||||
//}
|
}
|
||||||
|
|
||||||
if (cleanup)
|
if (cleanup)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue