Removed VOUT port of GP_BANDGAP

This commit is contained in:
Andrew Zonenberg 2016-07-11 22:45:42 -07:00
parent 8619d33114
commit baae472b83

View file

@ -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;