diff options
| -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 | ||
