write frequency info
This commit is contained in:
parent
2bf39cbdc5
commit
eeb6203c9d
@ -120,6 +120,7 @@ void Worker::place(bool timing_driven)
|
|||||||
Q_EMIT taskStarted();
|
Q_EMIT taskStarted();
|
||||||
try {
|
try {
|
||||||
ctx->timing_driven = timing_driven;
|
ctx->timing_driven = timing_driven;
|
||||||
|
log_info("Assigned budget %0.2f MHz",ctx->target_freq / 1e6);
|
||||||
assign_budget(ctx);
|
assign_budget(ctx);
|
||||||
Q_EMIT place_finished(ctx->place());
|
Q_EMIT place_finished(ctx->place());
|
||||||
} catch (WorkerInterruptionRequested) {
|
} catch (WorkerInterruptionRequested) {
|
||||||
|
Loading…
Reference in New Issue
Block a user