From 80dd442412982af1901dcdf707ddc68379c20e0c Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Fri, 10 Dec 2021 15:46:15 +0800 Subject: ecp5: Use a vector rather than dict This improves router1 performance vs the default dict Using it for wire2net, pip2net, wire_fanout --- ecp5/archdefs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ecp5/archdefs.h') diff --git a/ecp5/archdefs.h b/ecp5/archdefs.h index 59219544..80e7810c 100644 --- a/ecp5/archdefs.h +++ b/ecp5/archdefs.h @@ -156,6 +156,8 @@ struct ArchNetInfo typedef IdString ClusterId; +struct NetInfo; + struct ArchCellInfo : BaseClusterInfo { struct -- cgit v1.2.3