File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ <h2>Entity Docs<a class="headerlink" href="#entity-docs" title="Link to this hea
372372< tr class ="row-even " id ="vhdl-gengeneric-network_mod-tx_dma_channels "> < td > < p > TX_DMA_CHANNELS</ p > </ td >
373373< td > < p > natural</ p > </ td >
374374< td > < p > 16</ p > </ td >
375- < td > </ td >
375+ < td > < p > TX_DMA_CHANNELS per Eth Stream! </ p > < /td >
376376</ tr >
377377< tr class ="row-odd " id ="vhdl-gengeneric-network_mod-ll_mode "> < td > < p > LL_MODE</ p > </ td >
378378< td > < p > boolean</ p > </ td >
Original file line number Diff line number Diff line change @@ -819,7 +819,7 @@ <h2>Ports and generics of the Application<a class="headerlink" href="#ports-and-
819819< td > < p > ETH TX MFB streams: destination ready of each MFB bus</ p > </ td >
820820</ tr >
821821< tr class ="row-even " id ="vhdl-portsignal-application_core-eth_tx_mvb_channel "> < td > < p > ETH_TX_MVB_CHANNEL</ p > </ td >
822- < td > < p > std_logic_vector(ETH_STREAMS* MFB_REGIONS*log2(DMA_TX_CHANNELS)-1 downto 0)</ p > </ td >
822+ < td > < p > std_logic_vector(ETH_STREAMS* MFB_REGIONS*log2(DMA_TX_CHANNELS/(ETH_STREAMS/DMA_STREAMS) )-1 downto 0)</ p > </ td >
823823< td > < p > out</ p > </ td >
824824< td > < p > This interface is to transmit Channel IDs and Timestamps of packets
825825from the APP Core to the demo/testing logic in the Network Mod Core (E-Tile).</ p > </ td >
You can’t perform that action at this time.
0 commit comments