-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
26 lines (16 loc) · 1.03 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
How to use "Simplify Espresso Output" to make your life easier:
Step #1: Compile source code.
Step #2: Use Espresso Logic Minimizer (found elsewhere) to generate an output text file.
For example...
directoryContainingEspresso$ ./espresso pathToInputFile.txt > pathToOutputFile.txt
*Please note how the output redirect character ">" is used to send what would
normally appear as standard output in a terminal window to a file of your choosing
Step #3: Run compiled source code.
For example...
directoryContainingCompiledSource$ ./compiledsource pathToOutputFile.txt
Step #4: Choose run mode to produced simplified Espresso output, simulate combinational logic, or both!
Step #5: Open "pathToOutputFile_simplified.txt" (if "Simplify Espresso output" feature is enabled)
*Please note that the numbered equations represent products of terms,
while the numbers next to the output labels at the top represent the particular
equations needed for the sums of products.
Step #6: Thank me later:)