- May 12, 2020
-
-
Arvid Westerlund authored
Added fixtures for testing of unfolding. Fixed unused output in fixture precedence_sfg_registers_and_constants
-
- May 07, 2020
-
-
Rasmus Karlsson authored
Visualizing PG looks good to me. Tests for this feature will not be tested alongside every other test since they only display a graph and do not test any logics.
-
- 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
-
Angus Lothian authored
Change usage of type_name from property to function and add function for returning all components of the entered type
-
Rasmus Karlsson authored
Implemented Split function. Need to do some testing and write some secure code for Split. Added two properties to SFG class
-
- 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 20, 2020
-
-
Jacob Wahlman authored
-
- 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 14, 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 08, 2020
-
-
Kevin authored
-
- Apr 07, 2020
-
-
-
Change test of multiple outputs of evaluate output and Butterfly to not depend on implementation returing list or tuple
-
- Apr 03, 2020
-
-
Arvid Westerlund authored
-
- Apr 01, 2020
-
-
Kevin authored
-
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 14, 2020
-
-
Arvid Westerlund authored
-
- 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
-
Jacob Wahlman authored
-
Change so that Basic Operation also inherits from abstract graph component and removed name property implementation
-
- 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
-
- Feb 26, 2020
-
-
Kevin Scott authored
-
- Feb 25, 2020
-
-
Ivar Härnqvist authored
-
Ivar Härnqvist authored
-