Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

description format #2

Open
drom opened this issue Nov 18, 2020 · 0 comments
Open

description format #2

drom opened this issue Nov 18, 2020 · 0 comments

Comments

@drom
Copy link
Member

drom commented Nov 18, 2020

What is a good FSM description format?

Proposal:

{
  Reset: /* current state name */ { 
    Idle: /* next state name */ 'TDI == 0 ', /* transition condition label on the edge */ 
    Reset: 1
  },
  Idle:  {
    Idle: 0,
    Select_DR: 1
  },
...
}

See more examples here: https://observablehq.com/@drom/circular-graph-layout

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant