graphIT - mbits-mirafra/digitalDesignCourse GitHub Wiki

graphIT is a software tool used for creating and visualizing graphs and networks.

https://user-images.githubusercontent.com/126802143/229084009-20cc7942-55d4-4778-a01b-7266aadcf2a9.mp4

  • Melay Model and Moore Model

Both Melay and Moore have same state diagram

State Variable:

A=00

B=01

C=10

Transition:

a=0

b=1

https://user-images.githubusercontent.com/126802143/229088258-723de058-8050-4d74-84e5-99d5918810a6.mp4

Disadvantage:

  • graphIT cannot be used to model non-overlapping FSMs.

  • States can only be represented using single value characters from a through Z.

  • Outputs generated cannot be displayed in either the transition(in the case of a mealy model) or within the circle(in the case of a moore model).