From c6396bda87bfe3c42e34916394c9a083d5820547 Mon Sep 17 00:00:00 2001 From: Jan Laukemann Date: Wed, 15 Aug 2018 23:08:18 +0200 Subject: [PATCH] removed comment --- osaca/eu_sched.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osaca/eu_sched.py b/osaca/eu_sched.py index f300d35..7e942d7 100755 --- a/osaca/eu_sched.py +++ b/osaca/eu_sched.py @@ -59,7 +59,7 @@ class Scheduler(object): if(self.en_par_ldst): for i, instrForm in enumerate(self.instrList): if(isinstance(instrForm[1], MemAddr) and len(instrForm) > 3): - print('({}) is st --> par_ldst = {}'.format(i, par_ldst + 1)) + #print('({}) is st --> par_ldst = {}'.format(i, par_ldst + 1)) par_ldst += 1 # Check if there's a port occupation stored in the CSV, otherwise leave the # occ_port list item empty