We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Inspired by this verilog code it is possible to check for fifo full without converting read pointer to binary. Could save some LUTs.
assign wfull_nxt = (wgray_nxt == {~wq2_rgray[AW:AW-1], wq2_rgray[AW-2:0]});