bespoke-silicon-group / basejump_stl

BaseJump STL: A Standard Template Library for SystemVerilog
http://bjump.org/
Other
525 stars 99 forks source link

Bsg mesosync ready handshake update #636

Closed BrendenPage closed 1 year ago

BrendenPage commented 1 year ago

The modules in bsg_mesosync_io have an outdated interface with respect to their ready-handshake protocols, this commit updates the naming convention to more accurately specify the type of handshake each signal performs, if any.

There are a few signals with the ready name (line_ready_i in mesosync_core, ready_o in mesosync_output) that do not appear to actually be handshake signals at all, and so they have been left as the old convention for lack of a better name.