aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/cells.h
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-07-19 13:22:46 +0200
committerDavid Shah <davey1576@gmail.com>2018-07-19 13:22:46 +0200
commit6c38df7295747ddd37a751ea5de2a73e95a021d1 (patch)
treeb2087ea985ac3af13df594ae51b0b26db6783e97 /ice40/cells.h
parent0cb9ec0757c635982e0bd64f3e314786762c7483 (diff)
downloadnextpnr-6c38df7295747ddd37a751ea5de2a73e95a021d1.tar.gz
nextpnr-6c38df7295747ddd37a751ea5de2a73e95a021d1.tar.bz2
nextpnr-6c38df7295747ddd37a751ea5de2a73e95a021d1.zip
ice40: Adding cell definition for DSPs
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'ice40/cells.h')
-rw-r--r--ice40/cells.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ice40/cells.h b/ice40/cells.h
index 9f99835d..2f9c77e8 100644
--- a/ice40/cells.h
+++ b/ice40/cells.h
@@ -69,6 +69,8 @@ inline bool is_sb_hfosc(const BaseCtx *ctx, const CellInfo *cell) { return cell-
inline bool is_sb_spram(const BaseCtx *ctx, const CellInfo *cell) { return cell->type == ctx->id("SB_SPRAM256KA"); }
+inline bool is_sb_mac16(const BaseCtx *ctx, const CellInfo *cell) { return cell->type == ctx->id("SB_MAC16"); }
+
// Convert a SB_LUT primitive to (part of) an ICESTORM_LC, swapping ports
// as needed. Set no_dff if a DFF is not being used, so that the output
// can be reconnected