Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
14 years ago

Latch Inferrence

Hey guys, Lets say you have a simple state machine output assignment block like the one below: always @(pstate) begin case(pstate) s0: ...