Changeset 1004 for trunk/platforms/tsar_generic_iob/top.cpp
- Timestamp:
- Jul 15, 2015, 6:06:32 PM (9 years ago)
- File:
-
- 1 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;
Note: See TracChangeset
for help on using the changeset viewer.