mirror of https://github.com/YosysHQ/nextpnr.git
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
This commit is contained in:
commit
db7edbf0b3
|
|
@ -810,14 +810,14 @@ bool router1(Context *ctx)
|
||||||
log_info("Checksum: 0x%08x\n", ctx->checksum());
|
log_info("Checksum: 0x%08x\n", ctx->checksum());
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
ctx->check();
|
ctx->check();
|
||||||
ctx->unlock();
|
|
||||||
#endif
|
#endif
|
||||||
|
ctx->unlock();
|
||||||
return true;
|
return true;
|
||||||
} catch (log_execution_error_exception) {
|
} catch (log_execution_error_exception) {
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
ctx->check();
|
ctx->check();
|
||||||
ctx->unlock();
|
|
||||||
#endif
|
#endif
|
||||||
|
ctx->unlock();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue