mirror of https://github.com/YosysHQ/yosys.git
Added iCE40 WARMBOOT cell
This commit is contained in:
parent
6834461f65
commit
c9e56bc428
|
@ -864,3 +864,13 @@ module SB_PLL40_2F_PAD (
|
||||||
parameter EXTERNAL_DIVIDE_FACTOR = 1;
|
parameter EXTERNAL_DIVIDE_FACTOR = 1;
|
||||||
endmodule
|
endmodule
|
||||||
|
|
||||||
|
// SiliconBlue Device Configuration Cells
|
||||||
|
|
||||||
|
(* blackbox *)
|
||||||
|
(* keep *)
|
||||||
|
module SB_WARMBOOT (
|
||||||
|
input BOOT,
|
||||||
|
input S1,
|
||||||
|
input S0
|
||||||
|
);
|
||||||
|
endmodule
|
||||||
|
|
Loading…
Reference in New Issue