Skip to content

Commit 1a7a5d0

Browse files
authored
Merge pull request #153 from GeorgeLin200100/main
fix Issue#152 IndexError in dram_latency.py
2 parents 1d62b68 + d1b72de commit 1a7a5d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/dram_latency.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ def latencyExtraction(self, layerNo, topo,shaper):
4747
if count > iterate:
4848
print("Iteration {} of {}".format(count,df.shape[0]))
4949
iterate+=100000
50+
51+
if count >= endIndex:
52+
break
5053
# k=count
5154
# for i in range(count,count+self.bw):
5255
# a= df[2][k]

0 commit comments

Comments
 (0)