Wk12: Circuit Design with SR Flip-Flop Example
0 Stars     2 Views    

Author: Husam El-Issa

Project access type: Public

Description:

Objective


Design a system , using A,B, and C as inputs, that stores a bit of memory which can be set or reset based on two input conditions processed by combinational logic.


Scenario


Set the memory (set the SR flip-flop) when this condition is met:

1.Input A = 1 and either input B or C  = 1


Reset the memory ( reset the SR flip-flop) when this condition is met:

1.When both B and C are 0 (regardless of A)




Implementation


1.Inputs: A, B, C

2.Output: Memory state (Q from the SR flip-flop)

Created: Apr 05, 2024

Updated: Apr 25, 2024


Comments

You must login before you can post a comment.