由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
EE版 - How many flip flop for FSM
相关主题
What's the differenence between latch and Flip-Flop setup time and hold timeMarvell 电面的一些问题。
求解一个状态机的题状态机设计软件
问一个简单的电路问题。digital interview question 请教
digital questions发热呼呼的qualcomm面经攒人品啦...
一个logic circuit 的问题请懂FSM(有限状态机)的大侠来帮帮忙啊
asic verification 面试问点什么呢?怎么用arm M0做一个sensing hub micro-controller?
求建议 ASIC ENGINEER 的面试要准备什么请教一个802.11的问题
MIPS Cache/RAM问题Re: NP-hard problem.
相关话题的讨论汇总
话题: flip话题: fsm话题: flop话题: many话题: states
进入EE版参与讨论
1 (共1页)
r*****l
发帖数: 24
1
Web interview question
Design a FSM to detect 10110. What is the minimum # of flops required?
I think it's 5 flip flop. Is it correct?
Thank you.
z******a
发帖数: 582
2
How many flip-flops you need depends on how many states you have.
The minimum states you need will be 5 states, so you need 3 flip-flop to
represent 5 states.
t********t
发帖数: 5415
3
看你FSM怎么编码了。一般binary的话是3个。
r*****l
发帖数: 24
4
It's meaning Flip Flop needs
if the state has 0 to 1: 1
if the state has 2 to 4: 2
if the state has 5 to 9: 3
.....
correct?
t********t
发帖数: 5415
5
fsm bits = ceiling(log(states))
1 (共1页)
进入EE版参与讨论
相关主题
Re: NP-hard problem.一个logic circuit 的问题
一台普通的flip chip bonder 要多少钱?asic verification 面试问点什么呢?
fourier transform of a fourier transform=?求建议 ASIC ENGINEER 的面试要准备什么
D flip flopMIPS Cache/RAM问题
What's the differenence between latch and Flip-Flop setup time and hold timeMarvell 电面的一些问题。
求解一个状态机的题状态机设计软件
问一个简单的电路问题。digital interview question 请教
digital questions发热呼呼的qualcomm面经攒人品啦...
相关话题的讨论汇总
话题: flip话题: fsm话题: flop话题: many话题: states