mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-07 19:50:09 +01:00
changed annotation symbols
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user