From 45353c82dac9143e8cf33030cb3f949de1b51f1b Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Mon, 28 Feb 2022 15:56:10 -0800 Subject: Don't use the bottom data bit as the ready signal :-D --- hdl/core.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hdl') diff --git a/hdl/core.sv b/hdl/core.sv index 17b753d..54e5f00 100644 --- a/hdl/core.sv +++ b/hdl/core.sv @@ -188,7 +188,7 @@ alt_jtag_atlantic , .r_ena(tx_ready) , .t_dat(rx_data) - , .t_dav(rx_data) + , .t_dav(rx_ready) , .t_ena(rx_valid) ); -- cgit v1.2.3