User manual

Blocking versus non-blocking assignments
How does
c = a;
d = c;
differ from
c <= a;
d <= c;
?
In an FPGA everything CAN happen all at once. anon
EECS 452 Fall 2014 Lecture 5 Page 70/143 Tuesday September 16, 2014