"I synthesize from C"or"I synthesize from VHDL"
"I synthesize from C"or"I synthesize from VHDL"
- No you don't! (with one known exception [AT&T Cones])
OR
- If you do, you're probably being very silly!
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 );