diff options
author | David Shah <dave@ds0.me> | 2020-07-08 14:15:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-08 14:15:49 +0100 |
commit | 451d56051b300dabbe4f81b08fba35e9c9b663b6 (patch) | |
tree | 3ca91db4a6a3252f8ec77c94f4b0e653e36e7327 /ice40/arch.h | |
parent | bb3dad7ce7dbfdebb4a48b16019900d652293f94 (diff) | |
parent | 1fae965cbb4df720b7bd2de69860da3a34397b88 (diff) | |
download | nextpnr-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.h | 5 |
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; |