From 7e2a06f9173fbd84b0b90135cf3d361fc347d1bc Mon Sep 17 00:00:00 2001 From: Jan Laukemann Date: Sat, 4 Nov 2017 21:33:37 +0100 Subject: [PATCH] changed annotation symbols --- osaca/eu_sched.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osaca/eu_sched.py b/osaca/eu_sched.py index 4fb2f77..66004ab 100755 --- a/osaca/eu_sched.py +++ b/osaca/eu_sched.py @@ -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