Forum Discussion
Altera_Forum
Honored Contributor
17 years agoProcess Wait Statement
Please help me!!! I use Process Statement for my project, but have error: In Process Statement, we just have only one Wait untill??? It is wrong or right??? please help me. Thanhks a lot. pro...
Altera_Forum
Honored Contributor
17 years agoIn order to be synthesisable a process can only contain one wait statement - yours contains two.
Lestard's template is the one I would use. Also loops aren't always synthesisable - think about the logic that you're trying to synthesise not just the behaviour!