Next State Function
ConceptA next state function is the function in a finite-state model that computes the next state from an input and the current state. In the cited hardware-verification and instruction-set-simulator context, it also appears as an ITL macro, `next_state`, that updates architectural state according to the current decoded instruction and serves as the core of a formally checkable ISA description.
WIKI
Definition
In the finite-state-machine model of a synchronous circuit, the next state function is denoted Δ. The circuit is modeled as M = (I, S, S0, Δ, Λ, O), where I is the input alphabet, S is the finite set of states, S0 is the set of initial states, Λ is the output function, and O is the output alphabet. The next state function has the type:
Δ : B^n × B^m → B^m
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →