-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5373fe4
commit cf745e9
Showing
1 changed file
with
1 addition
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,6 @@ | ||
# Simulink Logic Simplifier Tool | ||
|
||
The Simulink Logic Simplifier tool automatically simplifies Simulink designs to | ||
reduce complexity and save developers time during development and refactor- | ||
ing. The tool specifically focuses on simplifying implementations of combinato- | ||
rial logic in Simulink, such as those making use of logical operators, relational | ||
operators, and many others. After a simplifiation is performed, the tool also | ||
facilitates verification to ensure that the behaviour of the original system is | ||
preserved in the results. | ||
The Simulink Logic Simplifier tool automatically simplifies Simulink designs to reduce complexity and save developers time during development and refactoring. The tool specifically focuses on simplifying implementations of combinatorial logic in Simulink, such as those making use of logical operators, relational operators, and many others. After a simplifiation is performed, the tool also facilitates verification to ensure that the behaviour of the original system is preserved in the results. | ||
|
||
## User Guide | ||
For installation and other information, please see the [User Guide](doc/SimulinkLogicSimplifier_UserGuide.pdf). |