Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2020-04-29 | Remove most unused perl scripts and modules | Daniel Friesel | -495/+0 | |
2017-09-18 | Remove support for XML models | Daniel Friesel | -168/+4 | |
2017-09-18 | Support specification of transitions in AspectC++ annotations | Daniel Friesel | -27/+60 | |
2017-06-01 | UNINITIALIZED always has ID 0 | Daniel Friesel | -0/+4 | |
2017-06-01 | Model: initialized transition (relative) energy to 0 | Daniel Friesel | -7/+13 | |
2017-05-30 | Model: DriverEvalThread_{class} | Daniel Friesel | -2/+2 | |
2017-05-22 | support 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-19 | Model: Support custom extra transitions by state (e.g. VCOM toggle in ENABLED) | Daniel Friesel | -0/+8 | |
2017-05-18 | don't get confused by polymorphism | Daniel Friesel | -0/+24 | |
2017-05-18 | Fix JSON generation from class/attributes | Daniel Friesel | -3/+12 | |
2017-05-17 | Use JSON models instead of XML | Daniel 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-16 | autogenerate simple models (without args or parameters) from AC++ attributes | Daniel Friesel | -1/+80 | |
2017-05-15 | perltidy | Daniel Friesel | -85/+96 | |
2017-04-25 | get_state_power_with_params: support param = 0 | Daniel Friesel | -1/+1 | |
2017-04-21 | allow setting static params via LUT | Daniel Friesel | -2/+27 | |
2017-04-13 | save voltage(s) in model files | Daniel Friesel | -0/+16 | |
2017-04-13 | support heap code to declare global variables used by the benchmark | Daniel Friesel | -0/+9 | |
2017-04-11 | lut support | Daniel Friesel | -3/+60 | |
2017-04-07 | simplify argfunction handling | Daniel Friesel | -1/+1 | |
2017-04-06 | refactoring, no more special treatment for timeout (mostly) | Daniel Friesel | -223/+153 | |
2017-04-04 | split up rel_energy inte relative energy to previous state and to next state | Daniel Friesel | -26/+52 | |
2017-04-03 | initial commit | Daniel Friesel | -0/+555 | |