summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Comstedt <marcus@mc.pp.se>2015-08-06 22:58:17 +0200
committerMarcus Comstedt <marcus@mc.pp.se>2015-08-06 22:58:17 +0200
commitc9e56bc4281aae0197a6cba26cfe6895dedb323e (patch)
tree38a1faba49acef8428e84f7586cae838281a59ad
parent6834461f6513adfafedd24127860b4fde4600cef (diff)
Added iCE40 WARMBOOT cell
-rw-r--r--techlibs/ice40/cells_sim.v10
1 files changed, 10 insertions, 0 deletions
diff --git a/techlibs/ice40/cells_sim.v b/techlibs/ice40/cells_sim.v
index d7e1f9af..ed7c7cd2 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