Fixed a bug in Am2900; created dlatch8/80; relayouted some components
[Mograsim.git] / net.mograsim.machine / src / net / mograsim / machine / mi /
2019-09-15 Daniel KirschtenA MicroInstructionDefinition now has a default
2019-09-15 Daniel KirschtenRemoved old and incorrect CoreWire#get(Un)SignedValue
2019-09-15 Daniel KirschtenFixed a bug causing CoreMemories using their own memories
2019-09-15 Daniel KirschtenFixed two problems causing memory updates to get "misse...
2019-09-15 Daniel KirschtenFixed some bugs preventing Am2900 from working in Eclipse
2019-09-15 Daniel KirschtenApply formatter, optional problems, save actions to...
2019-09-15 Daniel KirschtenMade Memories look more like other components
2019-09-15 Daniel KirschtenRemoved unneccessary clock input for memory components
2019-09-15 Fabian StemmlerMerge branch 'development' of
2019-09-15 Fabian StemmlerAdded Am2900 MainMemory and MicroInstructionMemory...
2019-09-14 Fabian StemmlerMicroInstructions can now be converted to bits
2019-09-13 Fabian StemmlerFleshed out Am2900MicroInstructionDefinition
2019-09-12 Daniel KirschtenMerge 'transportdelay' into development
2019-09-09 Fabian StemmlerMerge branch 'development' of https://gitlab.lrz.de...
2019-09-09 Fabian StemmlerFixed performance issue with tables
2019-09-09 Fabian StemmlerFixed an issue: InstructionView now updates when immedi...
2019-09-06 Fabian StemmlerMerge branch 'development' of
2019-09-06 Fabian StemmlerUpdated Am2900Machine and -Definition; Added MachineContext
2019-09-05 Fabian StemmlerRefactored MicroprogramMemory to MicroInstructionMemory
2019-09-03 Fabian StemmlerMerge branch 'development' of
2019-09-03 Fabian StemmlerBooleans in a MicroInstruction are now Mnemonics
2019-09-02 Daniel KirschtenMerge remote-tracking branch 'origin/development' into...
2019-09-02 Fabian StemmlerMerge branch 'development' of https://gitlab.lrz.de...
2019-09-02 Fabian StemmlerAdded View for micro instruction editor
2019-09-01 Fabian StemmlerMerge branch 'fusebug' of https://gitlab.lrz.de/lrr...
2019-08-31 Daniel KirschtenMerge branch 'development' into fusebug
2019-08-31 Fabian StemmlerMerge branch 'development' of https://gitlab.lrz.de...
2019-08-31 Fabian StemmlerFleshed out Memory and Microprogramming interfaces
2019-08-29 Fabian StemmlerBoolean and IntegerImmediates can be accessed as boolea...
2019-08-28 Fabian StemmlerMnemonics now exist only as part of a MnemonicFamily
2019-08-27 Fabian StemmlerMerge branch 'development' of
2019-08-27 Fabian StemmlerReworked Parameter Classifications
2019-08-27 Daniel KirschtenUndo renaming of BitVector's length to width
2019-08-26 Fabian StemmlerRefined MicroInstructionDefinition and associated classes