Releases: PRETgroup/modular-code-generation
Releases · PRETgroup/modular-code-generation
v0.5.9
Added support for the following features:
- Outputting of version from CLI with the "--version" flag
Fixes the following issues:
- Correct detection of variables which have names that start with functions followed by an underscore
v0.5.8
Added support for the following features:
- Ability to use "STEP_SIZE" natively in HAML and have it reflected in code generation
Fixes the following issues:
- Run-time VHDL generation getting "stuck" when number of automata greater than 3
v0.5.7
Fixes the following issues:
- [VHDL] Added saturation
- [VHDL] Use asynchronous mappings where applicable
- [C] fix for parameters whose values were integer
v0.5.6
Fixe the following issues:
- [VHDL] Network functions weren't being generated
v0.5.5
Added support for the following features:
- Functions in Network mappings #11
These features are enabled for both C and VHDL
v0.5.4
Fixed the following issues:
- Functions which called other functions weren't being parsed correctly.
v0.5.3
Fixed the following issues:
- Errors when flattening some hierarchical networks
v0.5.2
Added support for the following features:
- For Loops including "break" statements
These features are enabled for both C and VHDL generation.
v0.5.1
Fixed the following bugs:
- Power function generation for C
v0.5.0
Fixed the following bugs:
- [C] Parameters within top-level automata #10
- [C] Comment style in networks #6
- [VHDL] Correct use of
CREATE_FP
for variables #8
- [C] Order of mappings corrected #7