Fixed a bug in Am2900; created dlatch8/80; relayouted some components
[Mograsim.git] / net.mograsim.logic.model.am2900 / src / net /
2019-09-15 Daniel KirschtenFixed a bug in Am2900; created dlatch8/80; relayouted...
2019-09-15 Daniel KirschtenFixed an error in Am2900MicroInstructionDefinition
2019-09-15 Daniel KirschtenCorrected Am2900MicroInstructionDefinition
2019-09-15 Daniel KirschtenA MicroInstructionDefinition now has a default
2019-09-15 Daniel KirschtenFixed a bug causing CoreMemories using their own memories
2019-09-15 Daniel KirschtenFixed a copy-and-paste error
2019-09-15 Daniel KirschtenRemoved unneccessary clock input for memory components
2019-09-15 Daniel KirschtenRenamed some methods and parameters for clarity; remove...
2019-09-15 Fabian StemmlerMerge branch 'development' of
2019-09-15 Christian FemersUsed SerializableJojo to make standard component id...
2019-09-15 Fabian StemmlerAdded Am2900 MainMemory and MicroInstructionMemory...
2019-09-14 Christian FemersAdded methods to LogicModel for easy Component/Wire...
2019-09-14 Daniel KirschtenReserializeAndVerifyJSONs now checks for redundant...
2019-09-14 Daniel KirschtenReserializeAndVerifyJSONs now checks wire part orientations
2019-09-13 Fabian StemmlerFleshed out Am2900MicroInstructionDefinition
2019-09-13 Fabian StemmlerMerge branch 'development' of
2019-09-12 Daniel KirschtenMerge 'transportdelay' into development
2019-09-12 Daniel KirschtenMade ModelMemoryWA referencable from components
2019-09-12 Daniel KirschtenCreated dff16
2019-09-12 Fabian StemmlerMerge branch 'development' of https://gitlab.lrz.de...
2019-09-12 Daniel Kirschtendff80 now has HighLevelStates:
2019-09-12 Daniel KirschtenCreated dff8, dff80, mux1_8; reserialized dff12_we...
2019-09-11 Fabian StemmlerMerge branch 'development' of https://gitlab.lrz.de...
2019-09-11 Daniel KirschtenReserializeJSONs checks component sizes
2019-09-11 Daniel KirschtenRenamed ReserializeJSONs
2019-09-11 Daniel KirschtenChanged BZ to 16 bit
2019-09-11 Daniel KirschtenMade Modelinc12 generic
2019-09-10 Fabian StemmlerFleshed out Am2900MicroInstructionDefinition
2019-09-09 Fabian StemmlerMerge branch 'development' of https://gitlab.lrz.de...
2019-09-09 Fabian StemmlerImproved Am2900MicroInstructionDefinition
2019-09-08 Daniel KirschtenFurther work in JSONs:
2019-09-08 Daniel KirschtenMade Am2900 a standard component; HLSShell no longer...
2019-09-08 Daniel KirschtenFixed a problem with ModelComponent's names
2019-09-08 Daniel KirschtenRedo reserializing components since the problem doesn...
2019-09-06 Fabian StemmlerMerge branch 'development' of
2019-09-06 Fabian StemmlerUpdated Am2900Machine and -Definition; Added MachineContext
2019-09-05 Daniel KirschtenReserialized components with default names
2019-09-05 Daniel KirschtenCleaned up initializing of ModelComponents (also improv...
2019-09-05 Daniel KirschtenWires connected to a component now get deleted with...
2019-09-05 Daniel KirschtenRenamed ViewModel to LogicModel
2019-09-05 Daniel KirschtenRenamed logic to core where appropiate
2019-09-05 Daniel KirschtenRenamed GUI to Model:
2019-09-05 Daniel KirschtenRenamed core components to have the common prefix Core
2019-09-05 Daniel KirschtenImplemented GUIdff12_we
2019-09-05 Daniel KirschtenImplemented GUIdff16_invwe
2019-09-04 Daniel KirschtenRepaired ReserializeJSONsSettingUsages
2019-09-04 Daniel KirschtenMade finding the ID of a JsonSerializable less ugly
2019-09-03 Fabian StemmlerMerge branch 'development' of
2019-09-03 Daniel KirschtenCreated ReflectionHelper
2019-09-03 Daniel KirschtenMoved Am2900 components
2019-09-03 Daniel KirschtenSmall improvements in IndirectGUIComponentCreator
2019-09-03 Christian FemersAdded activator to scan for machines, everything works...
2019-09-03 Christian FemersFixed rough machine implementation
2019-09-03 Christian FemersMerge branch 'development' into json-fix-extended
2019-09-03 Christian FemersRough machine extension point implementation
2019-09-03 Christian Femersfixed old class name
2019-09-03 Christian FemersMake Tests compatible again
2019-09-03 Christian FemersAdapted Am2900 to that
2019-09-03 Christian FemersA proposal for resolving the loading problem of json...
2019-09-02 Daniel KirschtenFixed ViewModels being modifiable via GUIComponent...
2019-09-02 Daniel KirschtenRevisited some hardcoded components
2019-09-02 Daniel KirschtenAm2904: Z is now the MSB
2019-09-02 Daniel KirschtenFixed a bug in Am2904
2019-09-02 Christian FemersFixed stack high level state internal return type ...
2019-09-02 Christian FemersFixed stack high level state BitVector length (changed...
2019-09-01 Daniel KirschtenMerge branch 'fusebug' into development
2019-09-01 Daniel KirschtenFound a glitch / bug when fusing wires
2019-09-01 Daniel KirschtenMerge branch 'fusebug' into development
2019-09-01 Fabian StemmlerMerge branch 'fusebug' of https://gitlab.lrz.de/lrr...
2019-08-31 Daniel KirschtenGUIram5_12 now has HighLevelStates
2019-08-31 Daniel KirschtenGUIdff4_finewe now has a HighLevelState
2019-08-31 Daniel KirschtenGUIdff12 now has a HighLevelState
2019-08-31 Daniel KirschtenGUIAm2910SP now has a HighLevelState
2019-08-31 Daniel KirschtenGUIAm2910RegCntr now has a HighLevelState
2019-08-31 Daniel KirschtenSimpleRectangularHardcodedGUIComponent now supports...
2019-08-31 Daniel KirschtenReserialized all components to version 0.1.5 and set...
2019-08-31 Daniel KirschtenPins now have a PinUsage
2019-08-31 Daniel KirschtenMoved Am2904/Am2910Testbenches to test source folder
2019-08-31 Daniel KirschtenRemoved workaround for rendering bug because the bug...
2019-08-31 Daniel KirschtenMerge branch 'development' into fusebug
2019-08-31 Fabian StemmlerMerge branch 'development' of https://gitlab.lrz.de...
2019-08-31 Daniel KirschtenAdded _SE and _OECT to GUIAm2904
2019-08-31 Daniel KirschtenFixed some bugs in Am2904 and implemented GUIAm2904Test...
2019-08-31 Daniel KirschtenWorked around rendering bug (model updates not resultin...
2019-08-31 Daniel KirschtenFound a bug in logic.core
2019-08-31 Daniel KirschtenSimpleLogicUIStandalone now supports a pre-run hook
2019-08-28 Fabian StemmlerMerge branch 'development' of https://gitlab.lrz.de...
2019-08-28 Daniel KirschtenGUIAm2904ShiftInstrDecode now outputs X for Don't Care...
2019-08-27 Daniel KirschtenImplemented C0 logic (but didn't test it yet)
2019-08-26 Fabian StemmlerMerge branch 'development' of https://gitlab.lrz.de...
2019-08-26 Christian FemersRefactored Wire and finally renamed length to width
2019-08-25 Daniel KirschtenImplemented most of the Am2904. Missing: shifts, C0...
2019-08-23 Christian FemersAdapt Testbench to new Input (_OE)
2019-08-21 Fabian StemmlerMerge branch 'development' of https://gitlab.lrz.de...
2019-08-21 Daniel KirschtenImplemented GUIAm2904TestLogic
2019-08-20 Daniel KirschtenImplemented GUIAm2904muSR
2019-08-20 Daniel KirschtenMerge remote-tracking branch 'origin/development' into...
2019-08-20 Daniel KirschtenImplemented GUIAm2904MSR
2019-08-19 Daniel KirschtenFixed X/U/Z handling in GUIAm2904RegCTInstrDecode/Shift...
2019-08-18 Daniel KirschtenMoved pins in GUIdff4_finewe; made it a standard component
next