summaryrefslogtreecommitdiff
path: root/hdl
diff options
context:
space:
mode:
authorJulian Blake Kongslie2022-02-28 15:56:10 -0800
committerJulian Blake Kongslie2022-02-28 15:56:10 -0800
commit45353c82dac9143e8cf33030cb3f949de1b51f1b (patch)
treeb19b248cb9ada19bddcdc8ed18930502551f1bf3 /hdl
parentInitial commit. (diff)
downloadmultipdp8-45353c82dac9143e8cf33030cb3f949de1b51f1b.tar.xz
Don't use the bottom data bit as the ready signal :-D
Diffstat (limited to '')
-rw-r--r--hdl/core.sv2
1 files changed, 1 insertions, 1 deletions
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
188 , .r_ena(tx_ready) 188 , .r_ena(tx_ready)
189 189
190 , .t_dat(rx_data) 190 , .t_dat(rx_data)
191 , .t_dav(rx_data) 191 , .t_dav(rx_ready)
192 , .t_ena(rx_valid) 192 , .t_ena(rx_valid)
193 ); 193 );
194 194