aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/arch.h
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2020-07-08 14:09:44 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2020-07-08 14:09:44 +0200
commit32ddc94b4f5735b8c28edb1f311533b360888a2a (patch)
tree7ddfa1bea8e5322c5b08b07b4c91bcfdd06c6a11 /ice40/arch.h
parentb45b375ff2768ee9bb5190f22cee517f46971022 (diff)
downloadnextpnr-32ddc94b4f5735b8c28edb1f311533b360888a2a.tar.gz
nextpnr-32ddc94b4f5735b8c28edb1f311533b360888a2a.tar.bz2
nextpnr-32ddc94b4f5735b8c28edb1f311533b360888a2a.zip
Support rest of parts
Diffstat (limited to 'ice40/arch.h')
-rw-r--r--ice40/arch.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ice40/arch.h b/ice40/arch.h
index 6c79f349..0af0a5dd 100644
--- a/ice40/arch.h
+++ b/ice40/arch.h
@@ -390,7 +390,10 @@ struct ArchArgs
HX1K,
HX4K,
HX8K,
+ UP3K,
UP5K,
+ U1K,
+ U2K,
U4K
} type = NONE;
std::string package;