Is process in VHDL reentrant?

后端 未结 3 2069
予麋鹿
予麋鹿 2020-11-22 12:04

Is it possible two or more sequential run for a process in VHDL?

What will happen if another event happen (on sensitivity signal list) while the sequen

3条回答
  •  自闭症患者
    2020-11-22 12:50

    Once a process starts to run (due to an event), it runs to completion before any other events are allowed to trigger anything else.

提交回复
热议问题