3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 18:05:24 +00:00

abc9: uncomment nothing to map message

This commit is contained in:
Eddie Hung 2020-01-06 12:21:50 -08:00
parent 64ace4b0dc
commit 6728a62d92

View file

@ -715,10 +715,10 @@ clone_lut:
design->remove(mapped_mod);
}
//else
//{
// log("Don't call ABC as there is nothing to map.\n");
//}
else
{
log("Don't call ABC as there is nothing to map.\n");
}
if (cleanup)
{