From 6b74d326d42063dc1b68f8276c5892bf90099b26 Mon Sep 17 00:00:00 2001 From: David Shah Date: Wed, 13 Jun 2018 17:07:42 +0200 Subject: experiment: Simple heuristic-based placer Signed-off-by: David Shah --- ice40/cells.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ice40/cells.h') diff --git a/ice40/cells.h b/ice40/cells.h index e5b4fa9c..a2fa4c16 100644 --- a/ice40/cells.h +++ b/ice40/cells.h @@ -75,7 +75,7 @@ void dff_to_lc(CellInfo *dff, CellInfo *lc, bool pass_thru_lut = false); void nxio_to_sb(CellInfo *nxio, CellInfo *sbio); // Return true if a net is a global net -bool is_global_net(NetInfo *net); +bool is_global_net(const NetInfo *net); NEXTPNR_NAMESPACE_END -- cgit v1.2.3