aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/archdefs.h
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-07-20 11:36:32 +0200
committerDavid Shah <davey1576@gmail.com>2018-07-20 11:36:32 +0200
commit3bad9c26cff1ba2da7f1810e5915246874780744 (patch)
tree9805b386e407176e2bb633645cbf5f12928a09dd /ice40/archdefs.h
parent79dc910b40b082c9d74d010557b7939fb18535fe (diff)
downloadnextpnr-3bad9c26cff1ba2da7f1810e5915246874780744.tar.gz
nextpnr-3bad9c26cff1ba2da7f1810e5915246874780744.tar.bz2
nextpnr-3bad9c26cff1ba2da7f1810e5915246874780744.zip
ice40: Optimise reset/enable net checking
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'ice40/archdefs.h')
-rw-r--r--ice40/archdefs.h1
1 files changed, 1 insertions, 0 deletions
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;