When must a signal be inserted into the sensitivity list of a process

后端 未结 4 1092
没有蜡笔的小新
没有蜡笔的小新 2020-12-13 14:42

I am confused about when a signal declared in an architecture must be inserted into the sensitivity list of a process.

Is there is a general law that can be followe

4条回答
  •  眼角桃花
    2020-12-13 14:45

    ...also, be warned, the sensitivity list has no influence over the behaviour of your design once it is synthesised. It is only used during simulation. Hence it's quite easy to introduce a difference in behaviour between RTL and synthesised code by changes to the sensitivity list.

    The rules Josh gives are good, but above all, read the warnings your tools give you and act on them. They normally check that the sensitivity list is correct and will flag any problems. Emacs VHDL mode also has a command to update the sensitivity list, and it's normally pretty good at it.


    Hmmmm, Ninja'd

提交回复
热议问题