Skip to content
Snippets Groups Projects
Commit 390dcad6 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Provide better legend in scheduler failure/debugging message

parent 72bd90c1
No related branches found
No related tags found
No related merge requests found
......@@ -381,8 +381,8 @@ def generate_loop_schedules_internal(sched_state, loop_priority, schedule=[],
print 75*"="
print "CURRENT SCHEDULE:"
print "%s (length: %d)" % (dump_schedule(schedule), len(schedule))
print("(LEGEND: entry: <iname>, exit: </iname>, instructions "
"w/ no delimiters)")
print("(LEGEND: entry into loop: <iname>, exit from loop: </iname>, "
"instructions w/ no delimiters)")
#print "boost allowed:", allow_boost
print 75*"="
print "LOOP NEST MAP:"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment