flandreas / antares

Digital circuit learning platform
49 stars 6 forks source link

Finite state machines (FSM) #615

Open wmurbina opened 1 year ago

wmurbina commented 1 year ago

They could include a Moore - Mealy finite state machine (FSM) editor. The state diagram can be converted to a state transition table and to a circuit as the Digital simulator does. I attach the link to Digital and the screenshot.

Digital: https://github.com/hneemann/Digital See screenshot image

flandreas commented 1 year ago

@wmurbina Thank you for this suggestion. Yes, that's interesting, but since this is a pure productivity feature (i.e. you can build the circuit also manually), I would rate it currently as low priority. Although implementing the state-transition diagram would definitively be fun.