Changeset 1057 for trunk/platforms/tsar_generic_leti/top.cpp
- Timestamp:
- Jun 19, 2018, 4:46:05 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/platforms/tsar_generic_leti/top.cpp
r1056 r1057 17 17 // The NB_PROCS_MAX parameter cannot be larger than 4. 18 18 // Others parameters are the frame buffer size, the disk controller type 19 // (BDV or HBA), the number of TTY channels, the number of NIC channels, 20 // and the number of CMA channels. 19 // the number of TTY channels, the number of NIC channels. 21 20 // 22 21 // All external peripherals are located in cluster[X_SIZE-1][Y_SIZE-1], 23 22 // and are connected to an IO bus (implemented as a vci_local_crossbar): 24 // - DISK : block device controller (BDV / HBA)23 // - DISK : block device controller 25 24 // - MNIC : multi-channel ethernet controller 26 // - CDMA : multi-channel chained buffer dma controller27 25 // - MTTY : multi-channel tty controller 28 26 // - FBUF : frame buffer controller … … 30 28 // 31 29 // This IO bus is directly connected to the north ports of the CMD/RSP 32 // routers in cluster[X_SIZE-1][y_SIZE-2] through VCI/DSPIN wrappers. 33 // All other clusters in the upper row are empty: no processors, 34 // no ram, no routers. 30 // routers in cluster[X_SIZE-1][Y_SIZE-1] through VCI/DSPIN wrappers. 31 // All other clusters in the upper row are empty: no processors, no ram. 35 32 // The X_SIZE parameter must be larger than 0, but no larger than 16. 36 33 // The Y_SIZE parameter must be larger than 1, but no larger than 16.
Note: See TracChangeset
for help on using the changeset viewer.