mirror of https://github.com/YosysHQ/yosys.git
Changed GP_LFOSC parameter configuration
This commit is contained in:
parent
44fd3cd149
commit
31a7567aff
|
@ -64,8 +64,10 @@ module GP_VSS(output OUT);
|
|||
endmodule
|
||||
|
||||
module GP_LFOSC(input PWRDN, output reg CLKOUT);
|
||||
|
||||
parameter PWRDN_EN = 0;
|
||||
parameter AUTO_ON = 0;
|
||||
parameter AUTO_PWRDN = 0;
|
||||
parameter OUT_DIV = 1;
|
||||
|
||||
initial CLKOUT = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue