- May 12, 2020
-
-
Arvid Westerlund authored
Added fixtures for testing of unfolding. Fixed unused output in fixture precedence_sfg_registers_and_constants
-
- May 06, 2020
-
-
Add code to remove_operation so that if an operation is missing an output signals but has input signals then the input signal is disconnected from the operation
-
- May 04, 2020
-
-
Change how operations and graph_components __str__ function works and their respective tests in sfg_tests
-
- Apr 24, 2020
-
-
Refactor constructor so that Input signals and Output signals are connected to ports before traversal is started, that way edge cases of empty SFG's are easily handled
-
- Apr 22, 2020
-
-
Refactor constructor so that Input signals and Output signals are connected to ports before traversal is started, that way edge cases of empty SFG's are easily handled
-
- Apr 17, 2020
-
-
Refactor constructor so that Input signals and Output signals are connected to ports before traversal is started, that way edge cases of empty SFG's are easily handled
-