From 104536b7aae5970ae1d1e95394f26fbf04603d12 Mon Sep 17 00:00:00 2001 From: Alessandro Comodi Date: Wed, 2 Jun 2021 09:49:30 +0200 Subject: interchange: add support for generating BEL clusters Clustering greatly helps the placer to identify and pack together specific cells at the same site (e.g. LUT+FF), or cells that are chained through dedicated interconnections (e.g. CARRY CHAINS) Signed-off-by: Alessandro Comodi --- fpga_interchange/site_routing_cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpga_interchange/site_routing_cache.h') diff --git a/fpga_interchange/site_routing_cache.h b/fpga_interchange/site_routing_cache.h index b4baf65a..a430d206 100644 --- a/fpga_interchange/site_routing_cache.h +++ b/fpga_interchange/site_routing_cache.h @@ -32,7 +32,7 @@ struct SiteRoutingSolution { void store_solution(const SiteArch *ctx, const RouteNodeStorage *node_storage, const SiteWire &driver, std::vector solutions); - void verify(const SiteArch *ctx, const SiteNetInfo &net); + bool verify(const SiteArch *ctx, const SiteNetInfo &net); void clear() { -- cgit v1.2.3