"I synthesize from C" or "I synthesize from VHDL"

"I synthesize from C" or "I synthesize from VHDL"

OR

Remember:

Ô A subset of a language is a different language Ô A sequential language has sequential semantics

a=b+c; d=e+f;

a = 1; xp = &a; yp = &a; *xp = *xp +1; *yp = *yp +1; print( *yp );

Previous slide Next slide Back to the first slide View Graphic Version