Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
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 | -109/+114 | |
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/+32 | |
2017-04-21 | preparations for trace evaluation | Daniel Friesel | -92/+99 | |
2017-04-13 | save voltage(s) in model files | Daniel Friesel | -0/+16 | |
2017-04-13 | allow --trace-filter with trailing $ ("no more transitions after this") | Daniel Friesel | -0/+4 | |
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/+806 | |