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