3-Bit Synchronous Counter
0 Stars     5 Views    

Author: Husam El-Issa

Project access type: Public

Description:

Design a 3-bit synchronous counter using D-Flip-Flops


D0 = !Q0

D1 = Q0 ⊕ Q1 (XOR)

D2 = Q2 ⊕ (Q1.Q0) (XOR)

Created: Apr 28, 2024

Updated: May 02, 2024


Comments

You must login before you can post a comment.