diff options
author | David Shah <davey1576@gmail.com> | 2018-06-22 16:40:22 +0200 |
---|---|---|
committer | David Shah <davey1576@gmail.com> | 2018-06-22 16:40:22 +0200 |
commit | cf78f1b0e4b937406471d2d44a74a9fba8e8c657 (patch) | |
tree | fac1b2d9a1d7aea59b68a97a9d12012ec848ef63 /ice40/arch.h | |
parent | b4764031d9c4d9b9fe57e733645f96383f620fde (diff) | |
download | nextpnr-cf78f1b0e4b937406471d2d44a74a9fba8e8c657.tar.gz nextpnr-cf78f1b0e4b937406471d2d44a74a9fba8e8c657.tar.bz2 nextpnr-cf78f1b0e4b937406471d2d44a74a9fba8e8c657.zip |
ice40: Add UltraPlus tiles to database
Signed-off-by: David Shah <davey1576@gmail.com>
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 2433396e..66292783 100644 --- a/ice40/arch.h +++ b/ice40/arch.h @@ -166,6 +166,11 @@ enum TileType : uint32_t TILE_IO = 2, TILE_RAMB = 3, TILE_RAMT = 4, + TILE_DSP0 = 5, + TILE_DSP1 = 6, + TILE_DSP2 = 7, + TILE_DSP3 = 8, + TILE_IPCON = 9 }; struct ConfigBitPOD |