From f6d60229844d95ab94666629d2f0284b2f524227 Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Sun, 18 Nov 2018 16:11:14 +0100 Subject: ice40: Fix PLLTYPE for SB_PLL40_2F_PAD Signed-off-by: Sylvain Munaut --- ice40/cells.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ice40/cells.cc') diff --git a/ice40/cells.cc b/ice40/cells.cc index 35255580..3906334f 100644 --- a/ice40/cells.cc +++ b/ice40/cells.cc @@ -362,7 +362,7 @@ uint8_t sb_pll40_type(const BaseCtx *ctx, const CellInfo *cell) if (cell->type == ctx->id("SB_PLL40_2_PAD")) return 4; if (cell->type == ctx->id("SB_PLL40_2F_PAD")) - return 5; + return 6; if (cell->type == ctx->id("SB_PLL40_CORE")) return 3; if (cell->type == ctx->id("SB_PLL40_2F_CORE")) -- cgit v1.2.3