From ef2c5ce6a789de3c5b83362b2f02eae5ad4fade6 Mon Sep 17 00:00:00 2001 From: Ross Thompson Date: Mon, 13 Mar 2023 13:32:09 -0500 Subject: [PATCH] On our way to finish the C reference data collection. --- bin/parseHPMC.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/parseHPMC.py b/bin/parseHPMC.py index 9f654915..ee3f4115 100755 --- a/bin/parseHPMC.py +++ b/bin/parseHPMC.py @@ -257,11 +257,7 @@ if(sys.argv[1] == '-b'): else: combined = benchmarkDict['All_'] # merge the reference data into rtl data - print('Doing stuff') - print(combined) combined.extend(RefData) - print('Doing stuff') - print(combined) (name, value) = FormatToPlot(combined) lst = [] dct = {}