aboutsummaryrefslogtreecommitdiffstats
path: root/nexus/archdefs.h
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2020-01-20 15:57:06 +0000
committerDavid Shah <dave@ds0.me>2020-11-30 08:45:27 +0000
commit84d542624213ab8639bac31ade79ce27097f4e06 (patch)
tree5c875473a6b57743ff0f3ac587f8511511e3bc13 /nexus/archdefs.h
parent887d7c717b957a16e068d082a04d5da58d3eda84 (diff)
downloadnextpnr-84d542624213ab8639bac31ade79ce27097f4e06.tar.gz
nextpnr-84d542624213ab8639bac31ade79ce27097f4e06.tar.bz2
nextpnr-84d542624213ab8639bac31ade79ce27097f4e06.zip
nexus: Working on validity checking
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'nexus/archdefs.h')
-rw-r--r--nexus/archdefs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/nexus/archdefs.h b/nexus/archdefs.h
index 098333b9..8709cc9c 100644
--- a/nexus/archdefs.h
+++ b/nexus/archdefs.h
@@ -169,7 +169,6 @@ struct ArchCellInfo
struct
{
bool is_memory, is_carry, mux2_used;
- int input_count;
NetInfo *f, *ofx;
} lutInfo;
struct