mirror of
https://github.com/lowobservable/coax.git
synced 2026-05-02 22:33:43 +00:00
Disable receiver input when not enabled
This commit is contained in:
@@ -104,7 +104,7 @@ module top (
|
|||||||
.CLOCKS_PER_BIT(16)
|
.CLOCKS_PER_BIT(16)
|
||||||
) coax_rx (
|
) coax_rx (
|
||||||
.clk(clk_38mhz),
|
.clk(clk_38mhz),
|
||||||
.rx(rx_1),
|
.rx(rx_enable ? rx_1 : 0),
|
||||||
.reset(reset),
|
.reset(reset),
|
||||||
.active(rx_active),
|
.active(rx_active),
|
||||||
.error(rx_error),
|
.error(rx_error),
|
||||||
|
|||||||
Reference in New Issue
Block a user