Changeset 744 for trunk/softs/soft_transpose_giet/hard_config.h
- Timestamp:
- Jul 10, 2014, 11:23:57 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/softs/soft_transpose_giet/hard_config.h
r632 r744 7 7 #define _HARD_CONFIG_H 8 8 9 #define X_SIZE 210 #define Y_SIZE 29 #define X_SIZE 6 10 #define Y_SIZE 6 11 11 #define X_WIDTH 4 12 12 #define Y_WIDTH 4 13 #define X_IO 0//(X_SIZE - 1) 14 #define Y_IO 0//(Y_SIZE - 1) 13 15 14 #define NB_PROCS_MAX 116 #define NB_PROCS_MAX 4 15 17 16 #define USE_RAMDISK 117 #define USE_ EXT_IO 018 #define USE_RAMDISK 0 19 #define USE_PIC 1 18 20 19 21 #define NB_DMA_CHANNELS 0 … … 21 23 #define NB_NIC_CHANNELS 0 22 24 #define NB_CMA_CHANNELS 0 23 24 25 #define NB_TTY_CHANNELS 1 25 26
Note: See TracChangeset
for help on using the changeset viewer.