diff options
Diffstat (limited to 'common/place_sa.h')
-rw-r--r-- | common/place_sa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/place_sa.h b/common/place_sa.h index e61d9375..1fd8c712 100644 --- a/common/place_sa.h +++ b/common/place_sa.h @@ -23,7 +23,7 @@ NEXTPNR_NAMESPACE_BEGIN -extern bool place_design_sa(Context *ctx, bool timing_driven = true); +extern bool place_design_sa(Context *ctx); NEXTPNR_NAMESPACE_END |