aboutsummaryrefslogtreecommitdiffstats
path: root/common/place_sa.h
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-06-19 12:49:40 +0200
committerClifford Wolf <clifford@clifford.at>2018-06-19 12:49:40 +0200
commitd2ff5fec0812b149c5938fcc388b8efa033f40e6 (patch)
tree3c7c77aa2808357023bef33de5347a4d6c63fa69 /common/place_sa.h
parent8067ed9af0742f552ae19fb2d8ac3755511c4998 (diff)
downloadnextpnr-d2ff5fec0812b149c5938fcc388b8efa033f40e6.tar.gz
nextpnr-d2ff5fec0812b149c5938fcc388b8efa033f40e6.tar.bz2
nextpnr-d2ff5fec0812b149c5938fcc388b8efa033f40e6.zip
Add rng to Context, start using ctx->verbose
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'common/place_sa.h')
-rw-r--r--common/place_sa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/place_sa.h b/common/place_sa.h
index 8ac9e8f6..8eb4fe77 100644
--- a/common/place_sa.h
+++ b/common/place_sa.h
@@ -23,7 +23,7 @@
NEXTPNR_NAMESPACE_BEGIN
-extern void place_design_sa(Context *ctx, int seed);
+extern void place_design_sa(Context *ctx);
NEXTPNR_NAMESPACE_END