Skip to content

Commit

Permalink
Merge pull request #95 from weiya711/gen_gantt_merged
Browse files Browse the repository at this point in the history
Gen gantt merged
  • Loading branch information
kalhankoul96 authored Oct 11, 2023
2 parents 08c2205 + a7f8938 commit 80dae0c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sam/sim/test/gen_gantt.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ def gen_gantt(extra_info, testname):
sam_name = ''

for k in extra_info.keys():
print(k, sam_name)
if "done_cycles" in k:
sam_name = k.split('/')[0]
finish_c = extra_info[k]
Expand Down Expand Up @@ -42,8 +41,6 @@ def gen_gantt(extra_info, testname):
if "backpressure" in extra_info.keys() and extra_info["backpressure"]:
back_depth = extra_info["depth"]

print(finish_list, block_list, start_list, duration_list)

# Writing cycle info to csv file
with open(testname + '_' + extra_info["dataset"] + '_back_' + back_depth + '.csv', 'w', newline='') as file:
writer = csv.writer(file)
Expand Down

0 comments on commit 80dae0c

Please sign in to comment.