Changeset 1004
- Timestamp:
- Jul 15, 2015, 6:06:32 PM (9 years ago)
- Location:
- trunk/platforms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/platforms/tsar_generic_iob/top.cpp
r1002 r1004 1042 1042 0, // mac_4 address 1043 1043 0, // mac_2 address 1044 1 ); // NIC_MODE_SYNTHESIS 1044 1, // NIC_MODE_SYNTHESIS 1045 12); // INTER_FRAME_GAP 1045 1046 1046 1047 // Frame Buffer … … 1099 1100 IntTab(0, IOX_CDMA_TGT_ID), 1100 1101 64, // burst size (bytes) 1101 NB_CMA_CHANNELS ); 1102 NB_CMA_CHANNELS, 1103 4 ); // number of pipelined bursts 1104 1102 1105 // Multi-TTY controller 1103 1106 std::vector<std::string> vect_names; -
trunk/platforms/tsar_generic_leti/top.cpp
r993 r1004 792 792 0, // default MAC_4 address 793 793 0, // default MAC_2 address 794 1 ); // NIC_MODE_SYNTHESIS 794 1, // NIC_MODE_SYNTHESIS 795 12 ); // INTER_FRAME_GAP 795 796 796 797 ///////////// vci_chbuf_dma … … 802 803 IntTab(cluster_io, CDMA_TGTID), 803 804 64, // burst size 804 NB_CMA_CHANNELS ); 805 NB_CMA_CHANNELS, 806 4 ); // number of pipelined bursts 805 807 806 808 ////////////// vci_multi_tty
Note: See TracChangeset
for help on using the changeset viewer.