aboutsummaryrefslogtreecommitdiff
path: root/stm32
diff options
context:
space:
mode:
authorPavel V. Shatov (Meister) <meisterpaul1@yandex.ru>2019-11-19 13:05:02 +0300
committerPavel V. Shatov (Meister) <meisterpaul1@yandex.ru>2019-11-19 13:05:02 +0300
commit189dfd62e2385aa2f36c6283628b8d9285c49647 (patch)
tree0c1c4e314b224fff447a384c959917509d5e0148 /stm32
parent863cac90f320d6b7587177bc2df798c611fe510b (diff)
Removed the latch accidentally created while pipelining the uOP engine module.
The FSM previously had four states encoded using two bits, so the next state logic didn't have a default case, since all the possible states were used. Addition of the fifth state required one more state bit, so the FSM now has five states out eight possible and a default case is thus necessary.
Diffstat (limited to 'stm32')
0 files changed, 0 insertions, 0 deletions