Notice
Recent Posts
Recent Comments
목록전기전자 (2)
합법적사기꾼지망생
Ch5_2 sequential circuit design(실전편)
sequential circuit 디자인 방법 실전편 State diagram (/=timing diagram, ASM chart,truth table) : 탐지 input의 갯수 output의갯수 Truthtable 그리는 법 K-map
B1_디지털시스템 공학(velilog)
2019. 10. 8. 10:55
Ch5 Sequential circuit design_1 Flipflop
Sequential 회로 vs Combination 회로 Combinational circuit이 다음과 같이 그냥 input에 의해 output이 feedback 없이 결정되는 y=f(x)함수 같은 거라면 Sequential circuit은 input output 말고 feedback이 존재한다. 그리고 이를 위해서 flip flop(혹은 latch)라는 것이 일시적인 memory(=Storage element) 역할을 한다. 그러면서 Storage element의 State(상태)를 정의하는 값 Q(t)가 존재하다. 그리고 t는 time(s)이다. 입력값 출력값또한 t라는 정의역이 들어간다. Sequential circuit은 Synchronous sequential circuit과 Asynchoro..
B1_디지털시스템 공학(velilog)
2019. 10. 8. 10:54