Merge pull request #69 from zeldin/master

Added iCE40 WARMBOOT cell
This commit is contained in:
Clifford Wolf 2015-08-07 00:03:39 +02:00
commit 3565e89a8b
1 changed files with 10 additions and 0 deletions

View File

@ -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