Program helps to create algorithm and then generate VHDL code for it.
- algorithm editing and validation
- chart visualization
- algorithm analyze
- Mealy graph of state machine
- trigger and signal functions minimisation
- generation of VHDL code
Use toolbar or Shif+key
hotkeys to change algorithm.
Shift+arrows
for navigationShift+x
add condition block next to the cursorSift+y
add operation block next to the cursorSift+backspace
delete block under cursor
Next tab has flowchart of entered algorithm.
Table tab include two tables:
- connections table (2 means connection by
false
) - definitions table
Analysis tab contains all paths and loops.
Next tab has Mealy graph of generated finite-state machine. Dashed nodes - additional ones for neighboring coding.
Last tab contains complete transition table and both origin and minimized functions of output signals and triggers.
Use File->Export VHDL
to get code of your finite-state machine.
Program generates all minimized signal and trigger functions.