Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[prim,rtl] Remove ~under_rst from the expression for fifo_incr_wptr
This term can only be necessary if wready_o is true. But wready_o is driven by the following continuous assignment: assign wready_o = ~full_o & ~under_rst; This commit doesn't add an assertion (to check the behaviour doesn't change) because the behaviour is internal to the module. Signed-off-by: Rupert Swarbrick <[email protected]>
- Loading branch information