• Maciej Lipinski's avatar
    [wr_streamers] prevent sending streamer frames when link is down · ba95756c
    Maciej Lipinski authored
    sending streamer frames when link is down causes weird behavior:
    - the frames are counted as sent, while they are not
    - some frames are dropped, depending on PHY implementation
    - at startup, the link is reseted by software, so link is up for
      some time, then it goes down, than up again... mess
    
    two additions:
    - the dreq_o signal is gated with link_ok_i, so that frames cannot
      be sent when link is down
    - startup counter which delays the start of sending frames
    ba95756c
Name
Last commit
Last update
..
Manifest.py Loading commit data...
build_wb.sh Loading commit data...
dropping_buffer.vhd Loading commit data...
escape_detector.vhd Loading commit data...
escape_inserter.vhd Loading commit data...
rx_streamer.vhd Loading commit data...
streamers_pkg.vhd Loading commit data...
streamers_priv_pkg.vhd Loading commit data...
tx_streamer.vhd Loading commit data...
wr_streamers_wb.vhd Loading commit data...
wr_streamers_wb.wb Loading commit data...
wr_streamers_wbgen2_pkg.vhd Loading commit data...
xrtx_streamers_stats.vhd Loading commit data...
xrx_streamer.vhd Loading commit data...
xrx_streamers_stats.vhd Loading commit data...
xtx_streamer.vhd Loading commit data...
xtx_streamers_stats.vhd Loading commit data...
xwr_streamers.vhd Loading commit data...