diff options
| author | Julian Blake Kongslie | 2022-02-28 15:56:10 -0800 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-02-28 15:56:10 -0800 |
| commit | 45353c82dac9143e8cf33030cb3f949de1b51f1b (patch) | |
| tree | b19b248cb9ada19bddcdc8ed18930502551f1bf3 /hdl | |
| parent | Initial commit. (diff) | |
| download | multipdp8-45353c82dac9143e8cf33030cb3f949de1b51f1b.tar.xz | |
Don't use the bottom data bit as the ready signal :-D
Diffstat (limited to '')
| -rw-r--r-- | hdl/core.sv | 2 |
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 | ||
