From c9e56bc4281aae0197a6cba26cfe6895dedb323e Mon Sep 17 00:00:00 2001 From: Marcus Comstedt Date: Thu, 6 Aug 2015 22:58:17 +0200 Subject: [PATCH] Added iCE40 WARMBOOT cell --- techlibs/ice40/cells_sim.v | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/techlibs/ice40/cells_sim.v b/techlibs/ice40/cells_sim.v index d7e1f9afa..ed7c7cd2d 100644 --- a/techlibs/ice40/cells_sim.v +++ b/techlibs/ice40/cells_sim.v @@ -864,3 +864,13 @@ module SB_PLL40_2F_PAD ( parameter EXTERNAL_DIVIDE_FACTOR = 1; endmodule +// SiliconBlue Device Configuration Cells + +(* blackbox *) +(* keep *) +module SB_WARMBOOT ( + input BOOT, + input S1, + input S0 +); +endmodule -- 2.30.2