Skip to content

A command line application that makes a more human-friendly version of an Espresso logic minimization output file and allows for combinational logic simulation.

License

Notifications You must be signed in to change notification settings

MrDrProfK/SimplifyEspressoOutput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:)

About

A command line application that makes a more human-friendly version of an Espresso logic minimization output file and allows for combinational logic simulation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages