Added GLITCH_FILTER parameter to GP_DELAY

This commit is contained in:
Andrew Zonenberg 2016-10-18 19:53:19 -07:00
parent a818472f0c
commit 091d32b563
1 changed files with 2 additions and 3 deletions

View File

@ -131,8 +131,7 @@ endmodule
module GP_DELAY(input IN, output reg OUT);
parameter DELAY_STEPS = 1;
//TODO: additional delay/glitch filter mode
parameter GLITCH_FILTER = 0;
initial OUT = 0;