BUG FIX: is_live_assert Flag never reset in rtps_builtin_endpoint
This commit is contained in:
parent
02f0fbfb98
commit
ef32055f21
@ -1822,6 +1822,9 @@ begin
|
||||
if (mem_op_done = '1') then
|
||||
-- No more Participants
|
||||
if (mem_addr_base = PARTICIPANT_MEMORY_MAX_ADDRESS) then
|
||||
-- Reset
|
||||
is_live_assert_next <= '0';
|
||||
|
||||
-- DONE
|
||||
stage_next <= IDLE;
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user