From 32f2ec86c4b83d1e0f3c0982566ff4de30edebb3 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Fri, 19 Mar 2021 18:26:00 -0700 Subject: Rework FPGA interchange site router. The new site router should be robust to most situations, and isn't significantly slower with the use of caching. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- fpga_interchange/site_router.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fpga_interchange/site_router.h') diff --git a/fpga_interchange/site_router.h b/fpga_interchange/site_router.h index c2590728..ebdfbe3b 100644 --- a/fpga_interchange/site_router.h +++ b/fpga_interchange/site_router.h @@ -25,6 +25,8 @@ #include "nextpnr_namespaces.h" #include "nextpnr_types.h" +#include "site_arch.h" +#include "site_routing_storage.h" NEXTPNR_NAMESPACE_BEGIN @@ -44,6 +46,7 @@ struct SiteRouter void bindBel(CellInfo *cell); void unbindBel(CellInfo *cell); bool checkSiteRouting(const Context *ctx, const TileStatus &tile_status) const; + void bindSiteRouting(Context *ctx); }; NEXTPNR_NAMESPACE_END -- cgit v1.2.3