J
John_H
Guest
<paulw@mmail.ath.cx> wrote in message
news:1112136777.540743.317340@g14g2000cwa.googlegroups.com...
<snip>
For synthesizeable logic, non-blocking operators where a reg is assigned in
one always block is the way to go.
In simulation where synthesis isn't expected, changing a reg at discrete
points in time is great - just don't try to change the reg in multiple
blocks at the same time.
news:1112136777.540743.317340@g14g2000cwa.googlegroups.com...
<snip>
Don't use regs changed earlier !!What would happed if using regs changed earlier? synch and simulation
mismatch? Thanks.
For synthesizeable logic, non-blocking operators where a reg is assigned in
one always block is the way to go.
In simulation where synthesis isn't expected, changing a reg at discrete
points in time is great - just don't try to change the reg in multiple
blocks at the same time.