Changeset 538
- Timestamp:
- Mar 27, 2015, 5:28:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_boot/boot.c
r527 r538 1098 1098 if ( xcu->arg0 < xcu->irqs ) 1099 1099 { 1100 _printf("\n[BOOT ERROR] Not enough HWI inputs for XCU[%d,%d]\n", 1101 x, y ); 1100 _printf("\n[BOOT ERROR] Not enough HWI inputs for XCU[%d,%d]" 1101 " : nb_hwi = %d / nb_irqs = %d\n", 1102 x , y , xcu->arg0 , xcu->irqs ); 1102 1103 _exit(); 1103 1104 } … … 1117 1118 } 1118 1119 // check nb_irq_out 1119 if ( xcu-> arg3< (nprocs * header->irq_per_proc) )1120 if ( xcu->channels < (nprocs * header->irq_per_proc) ) 1120 1121 { 1121 1122 _printf("\n[BOOT ERROR] Not enough outputs for XCU[%d,%d]\n",
Note: See TracChangeset
for help on using the changeset viewer.