Convert path delay to NS
This commit is contained in:
parent
c7f0bdfc1b
commit
0721a15c33
@ -367,7 +367,7 @@ struct Router
|
|||||||
|
|
||||||
if (ctx->debug) {
|
if (ctx->debug) {
|
||||||
log(" Destination wire: %s\n", ctx->getWireName(dst_wire).c_str(ctx));
|
log(" Destination wire: %s\n", ctx->getWireName(dst_wire).c_str(ctx));
|
||||||
log(" Path delay estimate: %.2f\n", float(ctx->estimateDelay(src_wire, dst_wire)));
|
log(" Path delay estimate: %.2f\n", ctx->getDelayNS(ctx->estimateDelay(src_wire, dst_wire)));
|
||||||
}
|
}
|
||||||
|
|
||||||
route(src_wires, dst_wire);
|
route(src_wires, dst_wire);
|
||||||
|
Loading…
Reference in New Issue
Block a user