mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-09 07:33:25 +00:00
commit
3565e89a8b
1 changed files with 10 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue