- Timestamp:
- Jun 12, 2015, 3:22:13 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/reconfiguration/platforms/tsar_generic_iob/tsar_iob_cluster/caba/source/src/tsar_iob_cluster.cpp
r995 r1000 98 98 assert( (x_id < x_size) and (y_id < y_size) and "Illegal cluster coordinates"); 99 99 100 size_t cluster_id = (x_id << x_width) | y_id;100 size_t cluster_id = (x_id << y_width) | y_id; 101 101 102 102 // Vectors of DSPIN ports for inter-cluster communications
Note: See TracChangeset
for help on using the changeset viewer.