tool/CommandConfig.cpp
changeset 1456 bd1f69a429f3
parent 1455 aa18fcfe0fd1
child 1467 013a4e42a9fb
equal deleted inserted replaced
1455:aa18fcfe0fd1 1456:bd1f69a429f3
   223 
   223 
   224             cout << "DC configuration:" << endl
   224             cout << "DC configuration:" << endl
   225                 << "  AssignActivate: 0x" << hex << setfill('0')
   225                 << "  AssignActivate: 0x" << hex << setfill('0')
   226                 << setw(4) << configIter->dc_assign_activate << endl;
   226                 << setw(4) << configIter->dc_assign_activate << endl;
   227 
   227 
   228             cout << "        Cycle time [ns]  Shift time [ns]" << endl;
   228             cout << "         Cycle [ns]   Shift [ns]" << endl;
   229             for (i = 0; i < EC_SYNC_SIGNAL_COUNT; i++) {
   229             for (i = 0; i < EC_SYNC_SIGNAL_COUNT; i++) {
   230                 cout << "  SYNC" << dec << i << setfill(' ') << right
   230                 cout << "  SYNC" << dec << i << "  "
       
   231                     << setfill(' ') << right
   231                     << setw(11) << configIter->dc_sync[i].cycle_time
   232                     << setw(11) << configIter->dc_sync[i].cycle_time
   232                     << "      "
   233                     << "  "
   233                     << setw(11) << configIter->dc_sync[i].shift_time
   234                     << setw(11) << configIter->dc_sync[i].shift_time
   234                     << endl;
   235                     << endl;
   235             }
   236             }
   236         }
   237         }
   237         cout << endl;
   238         cout << endl;