URL
https://opencores.org/ocsvn/qaz_libs/qaz_libs/trunk
[/] [qaz_libs/] [trunk/] [PCIe/] [src/] [RIFFA/] [axis_to_riffa_tx.sv] - Diff between revs 39 and 42
Show entire file |
Details |
Blame |
View Log
Rev 39 |
Rev 42 |
Line 49... |
Line 49... |
|
|
// --------------------------------------------------------------------
|
// --------------------------------------------------------------------
|
//
|
//
|
wire acked;
|
wire acked;
|
wire [30:0] tx_index;
|
wire [30:0] tx_index;
|
wire tx_done = (tx_index >= tx_len - RW) & tx_ready;
|
// wire tx_done = (tx_index >= tx_len - RW) & tx_ready;
|
|
wire tx_done = (tx_index >= tx_len - RW);
|
|
|
riffa_chn_tx #(.N(N))
|
riffa_chn_tx #(.N(N))
|
riffa_chn_tx_i(.*);
|
riffa_chn_tx_i(.*);
|
|
|
|
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.