Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
5 つの状態 (s1、s2、s3、s4、s5) を持つ FSM があります。
ただし、状態ごとに一連の操作を実行する必要があります。たとえば、s2 では、カウンターは 1 から 10 までカウントする必要があります。
ここで質問があります。FSM は「s2 から s3 に変更する必要がある」ことをどのように認識できますか? または別の言い方をすれば、s2 はどのように FSM に「完了した」ことを通知し、LookUpTable に従って新しい状態を開始する必要があるのでしょうか?