Removed VIN_BUF_EN

This commit is contained in:
Andrew Zonenberg 2016-04-24 17:01:21 -07:00
parent 6e215f374d
commit 349d717202
1 changed files with 0 additions and 1 deletions

View File

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