diff options
Diffstat (limited to 'ice40/main.cc')
-rw-r--r-- | ice40/main.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ice40/main.cc b/ice40/main.cc index c975db24..6c2602dc 100644 --- a/ice40/main.cc +++ b/ice40/main.cc @@ -372,6 +372,7 @@ int main(int argc, char *argv[]) if (!place_design_sa(&ctx, timing_driven) && !ctx.force) log_error("Placing design failed.\n"); legalise_design(&ctx); + ctx.check(); if (!route_design(&ctx) && !ctx.force) log_error("Routing design failed.\n"); } |