changed annotation symbols

This commit is contained in:
Jan Laukemann
2017-11-04 21:33:37 +01:00
parent ca99742416
commit 7e2a06f917

View File

@@ -57,9 +57,9 @@ class Scheduler(object):
except IndexError:
# Instruction form not in CSV
if(instrForm[0][:3] == 'nop'):
sched += self.get_line(occ_ports[i], '\" ' + instrForm[-1])
else:
sched += self.get_line(occ_ports[i], '* ' + instrForm[-1])
else:
sched += self.get_line(occ_ports[i], 'X ' + instrForm[-1])
continue
if(wTP):
# Get the occurance of each port from the occupation list