Closed kv-be closed 6 months ago
fifo_addr_we <= not(fifo_addr_full) when fifo_addr_we_en = '1' else '0'; -- This allows to pull down the WE as soon as FULL is high
when the comment is deletec, the ";" is shifted quite a lot without a reason
solved
fifo_addr_we <= not(fifo_addr_full) when fifo_addr_we_en = '1' else '0'; -- This allows to pull down the WE as soon as FULL is high
when the comment is deletec, the ";" is shifted quite a lot without a reason