mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-15 07:15:28 +00:00
Merge pull request #4479 from yrabbit/z1-power
Gowin. Add an energy saving primitive
This commit is contained in:
commit
43c1328fbb
3 changed files with 6 additions and 6 deletions
|
@ -867,8 +867,12 @@ module ODDRC(D0, D1, CLEAR, TX, CLK, Q0, Q1);
|
|||
parameter INIT = 0;
|
||||
endmodule
|
||||
|
||||
(* blackbox, keep *)
|
||||
module GSR (input GSRI);
|
||||
wire GSRO = GSRI;
|
||||
endmodule
|
||||
|
||||
(* blackbox, keep *)
|
||||
module BANDGAP (input BGEN);
|
||||
endmodule
|
||||
|
||||
(* abc9_box, lib_whitebox *)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue