From 78748a67be81dcd85706a06c2e1faaa39cf4394d Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Fri, 26 Feb 2021 09:44:52 -0800 Subject: For now just return false in the site router. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- fpga_interchange/site_router.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpga_interchange') diff --git a/fpga_interchange/site_router.cc b/fpga_interchange/site_router.cc index 56bce01a..9d4fc57c 100644 --- a/fpga_interchange/site_router.cc +++ b/fpga_interchange/site_router.cc @@ -697,7 +697,7 @@ bool route_site(const Context *ctx, SiteInformation *site_info) // The simplistic solution (only select when 1 solution is available) // will likely solve initial problems. Once that is show to be wrong, // come back with something more general. - NPNR_ASSERT(false); + return false; } while (!wire_to_expansion.empty()); -- cgit v1.2.3