summaryrefslogtreecommitdiff
path: root/lib/Kratos/DFADriver
AgeCommit message (Collapse)AuthorLines
2020-04-29Remove most unused perl scripts and modulesDaniel Friesel-772/+0
2017-09-18Remove support for XML modelsDaniel Friesel-168/+4
2017-09-18Support specification of transitions in AspectC++ annotationsDaniel Friesel-29/+78
2017-06-01UNINITIALIZED always has ID 0Daniel Friesel-0/+4
2017-06-01Model: initialized transition (relative) energy to 0Daniel Friesel-7/+13
2017-05-30Model: DriverEvalThread_{class}Daniel Friesel-2/+2
2017-05-22support benchmark values via attributes (for int) and slice variables ↵Daniel Friesel-1/+23
(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-0/+24
2017-05-18Fix JSON generation from class/attributesDaniel Friesel-3/+12
2017-05-17Use JSON models instead of XMLDaniel Friesel-279/+124
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-1/+80
2017-05-15perltidyDaniel Friesel-109/+114
2017-04-25get_state_power_with_params: support param = 0Daniel Friesel-1/+1
2017-04-21allow setting static params via LUTDaniel Friesel-2/+32
2017-04-21preparations for trace evaluationDaniel Friesel-92/+99
2017-04-13save voltage(s) in model filesDaniel Friesel-0/+16
2017-04-13allow --trace-filter with trailing $ ("no more transitions after this")Daniel Friesel-0/+4
2017-04-13support heap code to declare global variables used by the benchmarkDaniel Friesel-0/+9
2017-04-11lut supportDaniel Friesel-3/+60
2017-04-07simplify argfunction handlingDaniel Friesel-1/+1
2017-04-06refactoring, no more special treatment for timeout (mostly)Daniel Friesel-223/+153
2017-04-04split up rel_energy inte relative energy to previous state and to next stateDaniel Friesel-26/+52
2017-04-03initial commitDaniel Friesel-0/+806