summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2017-09-06Support new UART "endl" implementation in KratosDaniel Friesel-1/+1
2017-06-01UNINITIALIZED always has ID 0Daniel Friesel-0/+4
2017-06-01Model: initialized transition (relative) energy to 0Daniel Friesel-7/+13
2017-05-30calculate Spearman rank-order correlation coefficientDaniel Friesel-2/+31
2017-05-30Model: DriverEvalThread_{class}Daniel Friesel-2/+2
2017-05-29DFADriver: DriverEvalThread_{class} für Benchmarkwerte per KlassensliceDaniel Friesel-7/+9
2017-05-22support benchmark values via attributes (for int) and slice variables ↵Daniel Friesel-5/+33
(complex data) Can be made less of a hack as soon as AC++ supports attributes with arguments
2017-05-19Model: Support custom extra transitions by state (e.g. VCOM toggle in ENABLED)Daniel Friesel-0/+8
2017-05-18don't get confused by polymorphismDaniel Friesel-1/+26
2017-05-18Fix JSON generation from class/attributesDaniel Friesel-3/+12
2017-05-17Use JSON models instead of XMLDaniel Friesel-296/+141
JSON is easier to (de)serialize and the manual editing possibilities of XML don't matter after the switch to model file autogeneration using attributes and aspects
2017-05-16autogenerate simple models (without args or parameters) from AC++ attributesDaniel Friesel-7/+137
2017-05-15perltidyDaniel Friesel-239/+270
2017-04-28support name suffixesDaniel Friesel-1/+11
2017-04-25get_state_power_with_params: support param = 0Daniel Friesel-1/+1
2017-04-25DFADriver: show warning in high-power state with probable energy counter ↵Daniel Friesel-0/+12
overflow
2017-04-21allow setting static params via LUTDaniel Friesel-4/+64
2017-04-21preparations for trace evaluationDaniel Friesel-92/+99
2017-04-20remove 'dfatool validate' supportDaniel Friesel-158/+2
2017-04-20support both logTransition (with trace logging) and passTransition ↵Daniel Friesel-4/+4
(accounting only)
2017-04-19fix crossvalidation outputDaniel Friesel-10/+10
2017-04-13save voltage(s) in model filesDaniel Friesel-1/+29
2017-04-13dfatool: fix uA value in calibration warningDaniel Friesel-1/+1
2017-04-13allow --trace-filter with trailing $ ("no more transitions after this")Daniel Friesel-0/+4
2017-04-13herp derpDaniel Friesel-0/+1
2017-04-13Kill MIMOSA upon mismatch exitDaniel Friesel-0/+2
2017-04-13support heap code to declare global variables used by the benchmarkDaniel Friesel-0/+14
2017-04-13initial voltage support (a bit)Daniel Friesel-10/+23
2017-04-11lut supportDaniel Friesel-3/+117
2017-04-11support low-voltage measurements with inaccurate energy dataDaniel Friesel-1/+6
2017-04-07simplify argfunction handlingDaniel Friesel-88/+25
2017-04-06refactoring, no more special treatment for timeout (mostly)Daniel Friesel-240/+169
2017-04-06clarify plot_param_fit yaxis labelDaniel Friesel-11/+11
2017-04-06plot_param_fit: improve output graphs for num0/num1 and other non-monotonous ↵Daniel Friesel-3/+10
functions
2017-04-06define, optimize, assess and plot arg-dependent functionsDaniel Friesel-24/+120
2017-04-06dfatool: fix 'show' for next/prev relative energy valuesDaniel Friesel-1/+1
2017-04-05DFADriver: update_model: Sort keys for easier comparison of outputsDaniel Friesel-4/+4
2017-04-05start work on argument-based function supportDaniel Friesel-30/+231
needs some refactoring before continuing
2017-04-04more refactoringDaniel Friesel-47/+17
2017-04-04refactoringDaniel Friesel-52/+17
2017-04-04split up rel_energy inte relative energy to previous state and to next stateDaniel Friesel-94/+190
2017-04-04Ship Math::Cartesian::Product (not available in Debian Stable)Daniel Friesel-0/+262
2017-04-03initial commitDaniel Friesel-0/+8798