[timing] Fix combinational -> combinatorial

This commit is contained in:
Eddie Hung 2018-11-11 13:49:09 -08:00
parent 2438027020
commit 7af788f9e3

View File

@ -167,9 +167,9 @@ struct Timing
}
}
if (ctx->force)
log_warning("timing analysis failed due to presence of combinational loops, incomplete specification of timing ports, etc.\n");
log_warning("timing analysis failed due to presence of combinatorial loops, incomplete specification of timing ports, etc.\n");
else
log_error("timing analysis failed due to presence of combinational loops, incomplete specification of timing ports, etc.\n");
log_error("timing analysis failed due to presence of combinatorial loops, incomplete specification of timing ports, etc.\n");
}
// Go forwards topographically to find the maximum arrival time and max path length for each net