aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/arch.h
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2020-07-08 14:15:49 +0100
committerGitHub <noreply@github.com>2020-07-08 14:15:49 +0100
commit451d56051b300dabbe4f81b08fba35e9c9b663b6 (patch)
tree3ca91db4a6a3252f8ec77c94f4b0e653e36e7327 /ice40/arch.h
parentbb3dad7ce7dbfdebb4a48b16019900d652293f94 (diff)
parent1fae965cbb4df720b7bd2de69860da3a34397b88 (diff)
downloadnextpnr-451d56051b300dabbe4f81b08fba35e9c9b663b6.tar.gz
nextpnr-451d56051b300dabbe4f81b08fba35e9c9b663b6.tar.bz2
nextpnr-451d56051b300dabbe4f81b08fba35e9c9b663b6.zip
Merge pull request #468 from YosysHQ/support_hx4k
Support 4K parts directly
Diffstat (limited to 'ice40/arch.h')
-rw-r--r--ice40/arch.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ice40/arch.h b/ice40/arch.h
index 0d8e7d76..0af0a5dd 100644
--- a/ice40/arch.h
+++ b/ice40/arch.h
@@ -385,10 +385,15 @@ struct ArchArgs
NONE,
LP384,
LP1K,
+ LP4K,
LP8K,
HX1K,
+ HX4K,
HX8K,
+ UP3K,
UP5K,
+ U1K,
+ U2K,
U4K
} type = NONE;
std::string package;