Removed VOUT port of GP_BANDGAP
This commit is contained in:
parent
8619d33114
commit
baae472b83
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ module GP_ACMP(input wire PWREN, input wire VIN, input wire VREF, output reg OUT
|
|||
|
||||
endmodule
|
||||
|
||||
module GP_BANDGAP(output reg OK, output reg VOUT);
|
||||
module GP_BANDGAP(output reg OK);
|
||||
parameter AUTO_PWRDN = 1;
|
||||
parameter CHOPPER_EN = 1;
|
||||
parameter OUT_DELAY = 100;
|
||||
|
|
Loading…
Add table
Reference in a new issue