Reading OUT ports for debugging

前端 未结 3 1078
鱼传尺愫
鱼传尺愫 2021-01-22 07:52

I have a FIFO which has an interface that looks something like this:

entity fifo is
    port (
    CLK               : IN  std_logic := \'0\';
    DIN                    


        
3条回答
  •  北海茫月
    2021-01-22 08:27

    Use BUFFER instead of out. Then you can read without the intermediate signal used in Charles' solution.

提交回复
热议问题