Skip to content

Commit 36261f4

Browse files
Update README.md
Removed static hazards from TODO. Fixed link to Quine McCluskey algorithm.
1 parent 187f49c commit 36261f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ To run, install python 3.6 (may work on older version of 3.x, but untested), and
66

77
Currently, the minimizer only supports minimization from minterms and maxterms, but I'd like to implement an expression parser that can parse and minimize, at the very least, expressions in sum of products form.
88

9-
Other TODOs include getting minimal "hazard-free" implementations, mainly static hazards. Another thing that would be cool (but time consuming) would be to print K-maps for up to 6 variable instructions.
9+
Other TODOs include printing K-maps for up to 6 variable instructions.
1010

11-
The algorithms used in this script are the [Quine-McCluskey algorithm](https://en.wikipedia.org/wiki/Quine%E2%80%93McCluskey_algorithm#Step_2:_prime_implicant_chart) to get essential prime implicants, and [Petrick's method](https://en.wikipedia.org/wiki/Petrick%27s_method) in order to find possible minimizations to cover the rest of the function.
11+
The algorithms used in this script are the [Quine-McCluskey algorithm](https://en.wikipedia.org/wiki/Quine%E2%80%93McCluskey_algorithm) to get essential prime implicants, and [Petrick's method](https://en.wikipedia.org/wiki/Petrick%27s_method) in order to find possible minimizations to cover the rest of the function.

0 commit comments

Comments
 (0)