• Grzegorz Daniluk's avatar
    modules/swcore: fix rcv_fsm conditional to prevent false force free · 4618fd1f
    Grzegorz Daniluk authored
    Without this fix, when previous frame was whole dropped, transfer fsm was still
    in DROP state, while RCV fsm was going to S_IDLE. In that case, RCV fsm saw
    tp_drop high and it was doing force_free of a correctly received frame (the one
    before dropped frame).
    The conditional statement is needed, but it had to be fixed to work according to
    description in the comment - i.e. dropping frame when RTU decision is very late.
    4618fd1f
Name
Last commit
Last update
ip_cores Loading commit data...
modules Loading commit data...
platform Loading commit data...
sim Loading commit data...
syn Loading commit data...
testbench Loading commit data...
top Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
Manifest.py Loading commit data...
README Loading commit data...
building.txt Loading commit data...