mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-02 09:45:18 +00:00
Update ppaAnalyze for recent update to put back parsing name
This commit is contained in:
parent
141cbd3f9f
commit
776eec16ae
@ -67,6 +67,7 @@ def synthsintocsv():
|
|||||||
|
|
||||||
for oneSynth in allSynths:
|
for oneSynth in allSynths:
|
||||||
module, width, risc, tech, freq = specReg.findall(oneSynth)[1:6]
|
module, width, risc, tech, freq = specReg.findall(oneSynth)[1:6]
|
||||||
|
tech = tech[:-2]
|
||||||
metrics = []
|
metrics = []
|
||||||
for phrase in [["Path Slack", "qor"], ["Design Area", "qor"], ["100", "power"]]:
|
for phrase in [["Path Slack", "qor"], ["Design Area", "qor"], ["100", "power"]]:
|
||||||
bashCommand = 'grep "{}" ' + oneSynth[2:] + "/reports/*{}*"
|
bashCommand = 'grep "{}" ' + oneSynth[2:] + "/reports/*{}*"
|
||||||
|
Loading…
Reference in New Issue
Block a user