diff options
author | gatecat <gatecat@ds0.me> | 2021-05-08 20:33:14 +0100 |
---|---|---|
committer | gatecat <gatecat@ds0.me> | 2021-05-15 14:54:33 +0100 |
commit | 3fc5396063ca0940383b1d923eb77750515542a3 (patch) | |
tree | a3a437e0826a2664a36759c11f82e3fedb4277f5 /mistral/archdefs.h | |
parent | 1b729d90d0cd7c175da0162e1ba4f0aa6ef48ff0 (diff) | |
download | nextpnr-3fc5396063ca0940383b1d923eb77750515542a3.tar.gz nextpnr-3fc5396063ca0940383b1d923eb77750515542a3.tar.bz2 nextpnr-3fc5396063ca0940383b1d923eb77750515542a3.zip |
mistral: Working on FF validity checking
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'mistral/archdefs.h')
-rw-r--r-- | mistral/archdefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mistral/archdefs.h b/mistral/archdefs.h index 0f8f5a12..2ae1bccb 100644 --- a/mistral/archdefs.h +++ b/mistral/archdefs.h @@ -124,6 +124,7 @@ typedef IdString ClusterId; struct ArchNetInfo { + bool is_global = false; }; enum CellPinState |