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
|
||||
|
||||
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…
Add table
Reference in a new issue