Skip to content

Commit

Permalink
applies async_in_filter to main uart
Browse files Browse the repository at this point in the history
  • Loading branch information
RGD2 committed May 2, 2017
1 parent 0bd424d commit 60872cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions j1a/icestorm/j4a.v
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,8 @@ module top(input pclk,
wire uart0_wr = io_wr_ & io_addr_[12];
wire uart0_rd = io_rd_ & io_addr_[12];
wire uart_RXD;
inpin _rcxd(.clk(clk), .pin(RXD), .rd(uart_RXD));
buart _uart0 (
async_in_filter _rcxd(.clk(clk), .pin(RXD), .rd(uart_RXD));
buart #(.CLOCK_DIVIDE(313)) _uart0 (
.clk(clk),
.resetq(1'b1),
.rx(uart_RXD),
Expand Down

0 comments on commit 60872cd

Please sign in to comment.