mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-19 11:34:50 -04:00
Update ppaAnalyze for recent update to put back parsing name
This commit is contained in:
parent
141cbd3f9f
commit
776eec16ae
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ def synthsintocsv():
|
|||
|
||||
for oneSynth in allSynths:
|
||||
module, width, risc, tech, freq = specReg.findall(oneSynth)[1:6]
|
||||
tech = tech[:-2]
|
||||
metrics = []
|
||||
for phrase in [["Path Slack", "qor"], ["Design Area", "qor"], ["100", "power"]]:
|
||||
bashCommand = 'grep "{}" ' + oneSynth[2:] + "/reports/*{}*"
|
||||
|
|
Loading…
Add table
Reference in a new issue