mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-13 09:26:16 +00:00
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
|
endmodule
|
||||||
|
|
||||||
module GP_BANDGAP(output reg OK, output reg VOUT);
|
module GP_BANDGAP(output reg OK);
|
||||||
parameter AUTO_PWRDN = 1;
|
parameter AUTO_PWRDN = 1;
|
||||||
parameter CHOPPER_EN = 1;
|
parameter CHOPPER_EN = 1;
|
||||||
parameter OUT_DELAY = 100;
|
parameter OUT_DELAY = 100;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue