diff options
author | Clifford Wolf <clifford@clifford.at> | 2018-06-17 16:14:58 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2018-06-17 16:14:58 +0200 |
commit | 4fe8ba5e9ae9e3676ff1276473854dd667794b5c (patch) | |
tree | 4e3368abd94bb4f9bf4c7e91bb06d47d13122fe5 /common/place_sa.h | |
parent | 105cde328bb228cbba37cbd730dc60a206d5a219 (diff) | |
parent | f66999a8830c5829872b93ce15491de1673cb4e3 (diff) | |
download | nextpnr-4fe8ba5e9ae9e3676ff1276473854dd667794b5c.tar.gz nextpnr-4fe8ba5e9ae9e3676ff1276473854dd667794b5c.tar.bz2 nextpnr-4fe8ba5e9ae9e3676ff1276473854dd667794b5c.zip |
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into chipdbng
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 f320111e..944cb97e 100644 --- a/common/place_sa.h +++ b/common/place_sa.h @@ -23,7 +23,7 @@ NEXTPNR_NAMESPACE_BEGIN -extern void place_design_sa(Design *design); +extern void place_design_sa(Design *design, int seed); NEXTPNR_NAMESPACE_END |