Research Article

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

Listing 5

class tldm_access {
 tldm_data*      data_ref; // the data accessed
 bool        is_write; // write or read access
 polyhedral_set   iterators_to_subscripts; // access range
 tldm_access_body* body;
};