mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2025-12-16 00:50:06 +01:00
removed comment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user