mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 17:43:09 -04:00
changed filename
This commit is contained in:
parent
6f6b4df771
commit
b33c9ab7bb
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ field_names = [ 'Name', 'Critical Path Length', 'Cell Area']
|
||||||
data = []
|
data = []
|
||||||
for name in glob.glob("/home/ssanghai/riscv-wally/synthDC/runs/*/reports/wallypipelinedcore_qor.rep"):
|
for name in glob.glob("/home/ssanghai/riscv-wally/synthDC/runs/*/reports/wallypipelinedcore_qor.rep"):
|
||||||
f = open(name, 'r')
|
f = open(name, 'r')
|
||||||
trimName = re.search("runs\/(.*?)\/reports", name).group(1)
|
# trimName = re.search("runs\/(.*?)\/reports", name).group(1)
|
||||||
# trimName = re.search("wallypipelinedcore_(.*?)_sky9",name).group(1)
|
trimName = re.search("wallypipelinedcore_(.*?)_sky9",name).group(1)
|
||||||
for line in f:
|
for line in f:
|
||||||
if "Critical Path Length" in line:
|
if "Critical Path Length" in line:
|
||||||
pathLen = re.search("Length: *(.*?)\\n", line).group(1)
|
pathLen = re.search("Length: *(.*?)\\n", line).group(1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue