- #1
- 2,076
- 140
Homework Statement
Identify and fix all hazards in ##f = (ab + \bar{a}c)(c + \bar{b}) + ab##. Re-check if the final expression obtained is hazard free.
Homework Equations
The Attempt at a Solution
So I used a binary tree and found a static 1 hazard present for ##bc = 11##. The hazard was ##a + \bar{a}##.
To fix this hazard, I need a ##\sum## of ##\Pi## map using ##f##.
I am confused about the term ##(ab + \bar{a}c)(c + \bar{b})##. I don't know how to place it on a K-Map.
I know I can't use the distributive laws because that will introduce dynamic hazards since ##b## and ##\bar{b}## are together.
How would I go about creating the K-Map exactly?