forked from Github_Repos/cvw
On our way to finish the C reference data collection.
This commit is contained in:
parent
77fe3c5546
commit
ef2c5ce6a7
@ -257,11 +257,7 @@ if(sys.argv[1] == '-b'):
|
|||||||
else:
|
else:
|
||||||
combined = benchmarkDict['All_']
|
combined = benchmarkDict['All_']
|
||||||
# merge the reference data into rtl data
|
# merge the reference data into rtl data
|
||||||
print('Doing stuff')
|
|
||||||
print(combined)
|
|
||||||
combined.extend(RefData)
|
combined.extend(RefData)
|
||||||
print('Doing stuff')
|
|
||||||
print(combined)
|
|
||||||
(name, value) = FormatToPlot(combined)
|
(name, value) = FormatToPlot(combined)
|
||||||
lst = []
|
lst = []
|
||||||
dct = {}
|
dct = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user