diff --git a/synthDC/ppa/ppaAnalyze.py b/synthDC/ppa/ppaAnalyze.py index bd98e79be..56248ed9e 100755 --- a/synthDC/ppa/ppaAnalyze.py +++ b/synthDC/ppa/ppaAnalyze.py @@ -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/*{}*"