3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-21 10:41:37 +00:00

Merge pull request #4479 from yrabbit/z1-power

Gowin. Add an energy saving primitive
This commit is contained in:
Emil J 2024-07-18 11:56:00 +02:00 committed by GitHub
commit 43c1328fbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

@ -1681,10 +1681,6 @@ endmodule
module ADC (...);
endmodule
module BANDGAP (...);
input BGEN;
endmodule
module CLKDIV2 (...);
parameter GSREN = "false";
input HCLKIN, RESETN;