by Steve Casselman | Jun 8, 2022 | Hotstate
FPGAs are used all the time in computing these days. Here we examine some fundamental reasons why FPGAs are great for computing....
by Steve Casselman | Jun 5, 2022 | Hotstate
A traditional state machine produces the same output state vector at the same address. At compile time it can have 2^n*Lpossible states where n is the number of output states and L is the number of lines of microcode. At runtime, the traditional state machine has L...