mirror of https://github.com/YosysHQ/yosys.git
Removed VIN_BUF_EN
This commit is contained in:
parent
6e215f374d
commit
349d717202
|
@ -16,7 +16,6 @@ endmodule
|
||||||
module GP_ACMP(input wire PWREN, input wire VIN, input wire VREF, output reg OUT);
|
module GP_ACMP(input wire PWREN, input wire VIN, input wire VREF, output reg OUT);
|
||||||
|
|
||||||
parameter BANDWIDTH = "HIGH";
|
parameter BANDWIDTH = "HIGH";
|
||||||
parameter VIN_BUF_EN = 0;
|
|
||||||
parameter VIN_ATTEN = 1;
|
parameter VIN_ATTEN = 1;
|
||||||
parameter VIN_ISRC_EN = 0;
|
parameter VIN_ISRC_EN = 0;
|
||||||
parameter HYSTERESIS = 0;
|
parameter HYSTERESIS = 0;
|
||||||
|
|
Loading…
Reference in New Issue