gasparka / pyha

Describe, simulate and debug hardware in Python
Other
9 stars 1 forks source link

Simulation: Enum inputs/outputs #35

Closed gasparka closed 6 years ago

gasparka commented 7 years ago

Enum values cannot be as input parameters nor can they be returned. https://tams.informatik.uni-hamburg.de/vhdl/doc/faq/FAQ1.html#enum_integer

gasparka commented 6 years ago

This works now due to the simulation interface overhaul.