SA-C (programming language)

This article is about the hardware description language. For the functional language intended for numerical applications, see SAC programming language.

Single Assignment C (SA-C) (pronounced "sassy") is a member of the C programming language family designed to be directly and intuitively translatable into circuits, including FPGAs. To ease translation, SA-C does not include pointers and arithmetics thereon. To retain most of the expressiveness of C, SA-C instead features true n-dimensional arrays as first-class objects of the language.

See also

External links

This article is issued from Wikipedia - version of the 3/23/2014. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.