Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- If you need any more information, I'll be more than happy to supply. --- Quote End --- If you want to get an answer, post a compilable example that reproduces the problem (generating real logic, not something that's considered a fake by the compiler). One more point about the blocking statements. At least the statements generating the output from the sequential block should be non-blocking. Intermediate results assigned by blocking statements will effectively generate combinational logic in front of the final registered value. It's O.K., when you know, what you're doing and the timing is acceptable for your design.