Fixed issue with Wire fusion
[Mograsim.git] / net.mograsim.logic.core / src / net / mograsim / logic / core / wires / Wire.java
2019-09-01 Fabian StemmlerFixed issue with Wire fusion
2019-08-27 Fabian StemmlerMerge branch 'development' of
2019-08-27 Daniel KirschtenUndo renaming of BitVector's length to width
2019-08-26 Fabian StemmlerMerge branch 'development' of https://gitlab.lrz.de...
2019-08-26 Daniel KirschtenFurther renaming of length to width
2019-08-26 Christian FemersRefactored Wire and finally renamed length to width
2019-08-20 Daniel KirschtenMerge remote-tracking branch 'origin/development' into...
2019-08-19 Fabian StemmlerAdded prototype component for main memory
2019-07-13 Fabian StemmlerMerge branch 'development' of
2019-07-11 Christian FemersRefactored BitVector methods to resolve ambiguity
2019-06-26 Fabian StemmlerAdded forceValues(...) method to Wire
2019-06-24 Fabian StemmlerMerge branch 'development' of https://gitlab.lrz.de...
2019-06-23 Christian FemersCompletely changed the structure and switched to Eclips...
2019-06-21 Daniel KirschtenMade Wire.fuse(Wire, Wire, int, int int) public
2019-06-21 Fabian StemmlerFusing Wires will no longer initialize Wires with value U
2019-06-21 Fabian StemmlerQuickfix for Wire.fuse(...)
2019-06-19 Daniel KirschtenMerge commit '28314e7a9a3c3ebfcc4db8e9f1875507063ae6e6...
2019-06-18 Fabian StemmlerMerge branch 'development' of https://gitlab.lrz.de...
2019-06-18 Fabian StemmlerLogic Wire bits can now be fused together (Wire.fuse...
2019-06-03 Daniel KirschtenWires now can have a name
2019-06-02 Fabian StemmlerBitDisplay, ManualSwitch now Observable. More Docs...
2019-06-02 Fabian StemmlerCleanup; Cleared warnings in the logic core
2019-06-02 Fabian StemmlerGeneralized WireObserver to LogicObserver
2019-05-30 Daniel KirschtenRenamed project folders to match the respective project...