Skip to content

Commit

Permalink
Add enable port to the filter
Browse files Browse the repository at this point in the history
  • Loading branch information
M0stafaRady committed Feb 26, 2024
1 parent fed3475 commit 230420d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hdl/rtl/EF_UART.v
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ module EF_UART #(parameter MDW = 9, // Max data size/width
aucohl_glitch_filter #(.N(GFLEN)) rx_glitch_filter (
.clk(clk),
.rst_n(rst_n),
.en(glitch_filter_en),
.in(rx_synched),
.out(rx_filtered)
);
Expand Down

0 comments on commit 230420d

Please sign in to comment.