Skip to content

Link reset counter in data link reset state machine #38

@LeFl0w

Description

@LeFl0w

Spacefibre norm do not identify any wait state inside the state machine reset for link ( 5.7.9 Link Reset state machine ):

Image

but in the associated state machine counters are implemented:

-- FIXME : determine wy there are a reset counter which is not mentionned in 5.7.9
if cnt_link_reset > 2 then
cnt_link_reset <= (others =>'0');
current_state <= NEAR_END_RST_ST;
else
cnt_link_reset <= cnt_link_reset+1;
end if;

This has to be investigated

Metadata

Metadata

Assignees

No one assigned

    Labels

    invalidThis doesn't seem right

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions