The CGC domain generates code for the C programming language. This domain supports both synchronous dataflow (SDF, see
"SDF Domain" on page 5-1) and Boolean-controlled dataflow (BDF, see
"BDF Domain" on page 8-1) models of computation. The model associated with a particular program graph is determined by which target is selected. The bdf-CGC
target supports the BDF model, while all other targets in the CGC domain support only the SDF model. Code can be generated for both single-processor and multi-processor computers. The targets that support single processors include default-CGC
, Makefile_C
, TclTk_Target
, and bdf-CGC
. The multi-processor targets are unixMulti_C
and NOWam
.
Copyright © 1990-1997, University of California. All rights
reserved.