Research Article

Task-Level Data Model for Hardware Synthesis Based on Concurrent Collections

Listing 4

class tldm_data {
 string      data_id;
 tldm_task*    scope;
 int       n_dimension; // number of dimensions
 polyhedral_set  subscript_range; // ranges in each dimensions
 tldm_data_body* body;
};