- 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 28, 2020
-
-
Jacob Wahlman authored
-
- 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
-
- Apr 07, 2020
-
-
- Apr 01, 2020
-
-
Angus Lothian authored
This reverts commit 21124444
-
- Mar 18, 2020
-
-
Solve pull request comments and change so evaluate function in SFG uses the same interface as the abstract evaluate function
-
- Mar 12, 2020
-
-
Add updated port and signal interface where connecting / disconnecting is done reflectibly between both signal and port, also add some more helper methods.
-
- Mar 06, 2020
-
-
Kevin Scott authored
-
- Mar 05, 2020
-
-
Jacob Wahlman authored
-
- Mar 04, 2020
-
-
- Mar 02, 2020
-
-
Jacob Wahlman authored
Move OperationID from operation to signal_flow_graph and change sfg operations datastructure to a dict
-
- Feb 27, 2020
-
-
Kevin Scott authored
-