Automata All the Way Down
danglingpointers.substack.com·9w·
Discuss: Substack
Preview
Report Post

Digital Logic

Fabs and EDA companies collaborate to provide the abstraction of synchronous digital logic to hardware designers. A hardware design comprises:

  1. A set of state elements (e.g., registers and on-chip memories), which retain values from one clock cycle to another

  2. A transfer function, which maps the values of all state elements at clock cycle N to new values of all state elements at clock cycle N+1

The transfer function cannot be too fancy. It can be large but cannot be defined with unbounded loops/recursion. The pragmatic reason for this restriction is that the function is implemented with physical gates on a chip,...

Similar Posts

Loading similar posts...