Skip to content

description format #2

Description

@drom

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions