From 3bad9c26cff1ba2da7f1810e5915246874780744 Mon Sep 17 00:00:00 2001 From: David Shah Date: Fri, 20 Jul 2018 11:36:32 +0200 Subject: ice40: Optimise reset/enable net checking Signed-off-by: David Shah --- ice40/archdefs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ice40/archdefs.h') diff --git a/ice40/archdefs.h b/ice40/archdefs.h index 55e2c2fb..14b0d2be 100644 --- a/ice40/archdefs.h +++ b/ice40/archdefs.h @@ -153,6 +153,7 @@ struct DecalId struct ArchNetInfo { bool is_global = false; + bool is_reset = false, is_enable = false; }; struct NetInfo; -- cgit v1.2.3 From f6fa0300ae95a0896a12b9acf0c7e76851c13d37 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Fri, 20 Jul 2018 17:33:57 +0200 Subject: Improve iCE40 and common Loc code Signed-off-by: Clifford Wolf --- ice40/archdefs.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ice40/archdefs.h') diff --git a/ice40/archdefs.h b/ice40/archdefs.h index 14b0d2be..dec6f702 100644 --- a/ice40/archdefs.h +++ b/ice40/archdefs.h @@ -21,8 +21,6 @@ #error Include "archdefs.h" via "nextpnr.h" only. #endif -#include - NEXTPNR_NAMESPACE_BEGIN typedef int delay_t; -- cgit v1.2.3