Include leakage of non-trimmed array. Back out leakage of trimmed, add back leakage of nontrimmed. Reorgs simulation of delay and power a bit.

This commit is contained in:
Matt Guthaus
2018-02-21 13:38:43 -08:00
parent 0aba4ee483
commit 7d2f4386e2
4 changed files with 272 additions and 132 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ def parse_output(filename, key):
if val != None:
debug.info(4, "Key = " + key + " Val = " + val.group(1))
return val.group(1)
return convert_to_float(val.group(1))
else:
return "Failed"