From 7123209324c93297efab6c2b2fc92286196be3fb Mon Sep 17 00:00:00 2001 From: David Shah Date: Mon, 3 Feb 2020 11:54:38 +0000 Subject: Allow selection of router algorithm Signed-off-by: David Shah --- ice40/arch.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ice40/arch.h') diff --git a/ice40/arch.h b/ice40/arch.h index ea29f4f1..a6a3cd70 100644 --- a/ice40/arch.h +++ b/ice40/arch.h @@ -900,6 +900,8 @@ struct Arch : BaseCtx static const std::string defaultPlacer; static const std::vector availablePlacers; + static const std::string defaultRouter; + static const std::vector availableRouters; }; void ice40DelayFuzzerMain(Context *ctx); -- cgit v1.2.3