Changeset 887 for branches/reconfiguration/softs/mach
- Timestamp:
- Nov 16, 2014, 12:50:01 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/reconfiguration/softs/mach/cpu.h
r850 r887 14 14 #define CLUSTER_ID_BITS (X_WIDTH + Y_WIDTH) 15 15 #define CLUSTER_OFFSET_BITS (40-CLUSTER_ID_BITS) 16 #define CLUSTER_BASE(x,y) ((uint64_t)CLUSTER((x),(y)) << CLUSTER_OFFSET_BITS) 16 17 17 18 /*
Note: See TracChangeset
for help on using the changeset viewer.