- May 24, 2020
-
-
angloth authored
-
- May 18, 2020
-
-
angloth authored
-
- May 17, 2020
-
-
Jacob Wahlman authored
Resolve "Generate Schedule" See merge request PUM_TDDD96/B-ASIC!56
-
Add code for get_all_operations_of_type and for setting latency and latency offsets for all operations of a type
-
- May 14, 2020
-
-
Jacob Wahlman authored
Resolve "Show PC in GUI" See merge request PUM_TDDD96/B-ASIC!55
-
-
Jacob Wahlman authored
added logging and help section See merge request PUM_TDDD96/B-ASIC!54
-
Jacob Wahlman authored
-
- May 13, 2020
-
-
Adam Jakobsson authored
Resolve "Simulate SFG in GUI" See merge request PUM_TDDD96/B-ASIC!53
-
-
- May 11, 2020
-
-
Adam Jakobsson authored
Resolve "Create SFG in GUI" See merge request PUM_TDDD96/B-ASIC!52
-
Adam Jakobsson authored
visualize creating sgf by hover over an operation to se which sfg it's containing or if it's belongs to a sfg
-
Jacob Wahlman authored
Changed from PyQt5 to PySide2 See merge request PUM_TDDD96/B-ASIC!50
-
- May 10, 2020
-
-
Jacob Wahlman authored
-
- May 07, 2020
-
-
Rasmus Karlsson authored
Resolve "Visualize PG" See merge request PUM_TDDD96/B-ASIC!48
-
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
-
-
Adam Jakobsson authored
Resolve "Removing Operation from SFG" See merge request PUM_TDDD96/B-ASIC!49
-
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
-
-
Jacob Wahlman authored
Resolve "Print PG" See merge request PUM_TDDD96/B-ASIC!47
-
Change how operations and graph_components __str__ function works and their respective tests in sfg_tests
-
Adam Jakobsson authored
Resolve "Resize GUI Window" See merge request PUM_TDDD96/B-ASIC!46
-
-
Adam Jakobsson authored
Resolve "Change properties of operations in GUI" See merge request PUM_TDDD96/B-ASIC!45
-
-
Angus Lothian authored
Resolve "Operation to SFG Conversion" See merge request PUM_TDDD96/B-ASIC!42
-
-
- May 01, 2020
-
-
Adam Jakobsson authored
Error handling in GUI See merge request PUM_TDDD96/B-ASIC!43
-
- Apr 30, 2020
-
-
Jacob Wahlman authored
-
- Apr 29, 2020
-
-
Jacob Wahlman authored
Resolve "Refactor Operations in GUI" See merge request PUM_TDDD96/B-ASIC!41
-
Jacob Wahlman authored
-
Felix Goding authored
Resolve "Implement a workspace in the GUI" See merge request PUM_TDDD96/B-ASIC!39
-
Update GUI/operation_icons/Absolute.png, GUI/operation_icons/Addition@3x.png, GUI/operation_icons/Butterfly.png, GUI/operation_icons/ComplexConjugate.png, GUI/operation_icons/Constant.png, GUI/operation_icons/ConstantMultiplication.png, GUI/operation_icons/CustomOperation.png, GUI/operation_icons/Division.png, GUI/operation_icons/Input.png, GUI/operation_icons/Max.png, GUI/operation_icons/Min.png, GUI/operation_icons/Multiplication.png, GUI/operation_icons/Output.png, GUI/operation_icons/Register.png, GUI/operation_icons/SquareRoot.png, GUI/operation_icons/Subtraction.png, GUI/operation_icons/absolute.png, GUI/operation_icons/addition.png, GUI/operation_icons/butterfly.png, GUI/operation_icons/complexConjugate.png, GUI/operation_icons/constant.png, GUI/operation_icons/constantMultiplication.png, GUI/operation_icons/customOperation.png, GUI/operation_icons/division.png, GUI/operation_icons/input.png, GUI/operation_icons/max.png, GUI/operation_icons/min.png, GUI/operation_icons/multiplication.png, GUI/operation_icons/output.png, GUI/operation_icons/register.png, GUI/operation_icons/squareRoot.png, GUI/operation_icons/subtraction.png files Deleted GUI/operation_icons/minus.png, GUI/operation_icons/plus.png files
-
Felix Goding authored
Add ability to zoom and move workspace by dragging it See merge request PUM_TDDD96/B-ASIC!36
-
Felix Goding authored
-
Adam Jakobsson authored
Resolve "Create operation box with buttons in the GUI" See merge request PUM_TDDD96/B-ASIC!35
-
Update GUI/operation_icons/Absolute.png, GUI/operation_icons/Addition@3x.png, GUI/operation_icons/Butterfly.png, GUI/operation_icons/ComplexConjugate.png, GUI/operation_icons/Constant.png, GUI/operation_icons/ConstantMultiplication.png, GUI/operation_icons/CustomOperation.png, GUI/operation_icons/Division.png, GUI/operation_icons/Input.png, GUI/operation_icons/Max.png, GUI/operation_icons/Min.png, GUI/operation_icons/Multiplication.png, GUI/operation_icons/Output.png, GUI/operation_icons/Register.png, GUI/operation_icons/SquareRoot.png, GUI/operation_icons/Subtraction.png, GUI/operation_icons/absolute.png, GUI/operation_icons/addition.png, GUI/operation_icons/butterfly.png, GUI/operation_icons/complexConjugate.png, GUI/operation_icons/constant.png, GUI/operation_icons/constantMultiplication.png, GUI/operation_icons/customOperation.png, GUI/operation_icons/division.png, GUI/operation_icons/input.png, GUI/operation_icons/max.png, GUI/operation_icons/min.png, GUI/operation_icons/multiplication.png, GUI/operation_icons/output.png, GUI/operation_icons/register.png, GUI/operation_icons/squareRoot.png, GUI/operation_icons/subtraction.png files Deleted GUI/operation_icons/minus.png, GUI/operation_icons/plus.png files
-
- Apr 28, 2020
-
-
Jacob Wahlman authored
Resolve "Insert Operation in SFG" See merge request PUM_TDDD96/B-ASIC!32
-
Jacob Wahlman authored
-
Angus Lothian authored
Resolve "Generate PG from SFG" See merge request PUM_TDDD96/B-ASIC!29
-
Angus Lothian authored
Change usage of type_name from property to function and add function for returning all components of the entered type
-