- output valuations can now be added to states (see for inst.
examples/ex{2,3}
) - added functions
Fsm.mealy_outps
andFsm.moore_outps
to move output valuations from state to transitions and vice versa - optional range attribute for
int
type (ex:var k: int<0..7>
) - added function
Fsm.defactorize
to defactorize an FSM wrt. to local variables (seeexamples/ex5
) - build now also builds a custom
utop
toplevel (which can be used, for instance, to evaluate the examples in./examples/*
interactively)
- updated interface for functions
C.write
andVhdl.write
- distribution now correctly includes Makefile and testbenchs in examples
c
andvhdl
subdirs
- first "public" version
- initial version