mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-12 09:03:27 +00:00
Changed GP_LFOSC parameter configuration
This commit is contained in:
parent
44fd3cd149
commit
31a7567aff
1 changed files with 3 additions and 1 deletions
|
@ -64,8 +64,10 @@ module GP_VSS(output OUT);
|
||||||
endmodule
|
endmodule
|
||||||
|
|
||||||
module GP_LFOSC(input PWRDN, output reg CLKOUT);
|
module GP_LFOSC(input PWRDN, output reg CLKOUT);
|
||||||
|
|
||||||
parameter PWRDN_EN = 0;
|
parameter PWRDN_EN = 0;
|
||||||
parameter AUTO_ON = 0;
|
parameter AUTO_PWRDN = 0;
|
||||||
|
parameter OUT_DIV = 1;
|
||||||
|
|
||||||
initial CLKOUT = 0;
|
initial CLKOUT = 0;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue