Fixed the linebreak
[Mograsim.git] / plugins /
2020-01-05 Daniel KirschtenVerilogExporter: Fixed serializing components without...
2020-01-05 Daniel KirschtenAdded a class for exporting component JSONs to Verilog
2019-11-25 Daniel KirschtenMade ModelAm2904RegCTInstrDecode more robust against...
2019-11-15 Daniel KirschtenSwitched to using logical U for mnemonic X to avoid...
2019-11-15 Daniel KirschtenChanged mnemonic X to use BitVector X; added X for...
2019-11-13 Daniel KirschtenChanged microinstruction column titles to English
2019-11-13 Daniel KirschtenAdjusted some param titles
2019-11-13 Daniel KirschtenAdded short titles for MPM columns
2019-11-13 Daniel KirschtenAdded possibility to swap column tooltip and title...
2019-10-30 Daniel KirschtenMicroInstructionMemoryParser and MainMemoryParser now...
2019-10-30 Daniel KirschtenMade hardcoded components slower to fix a timing bug...
2019-10-30 Daniel KirschtenFixed a timing bug in SimpleRectangularHardcodedModelCo...
2019-10-30 Daniel KirschtenFixed a bug in the Am2900
2019-10-30 Daniel KirschtenAm2900Machine now resets registers in strict mode too
2019-10-17 Christian FemersAdded new Mograsim project wizard and updated getting...
2019-10-16 Christian FemersRemoved unused code of Bit
2019-10-16 Christian FemersDeactivated asm editor temporarily
2019-10-14 Christian FemersMerge branch 'development' of https://gitlab.lrz.de...
2019-10-14 Christian FemersAutomatically add the default Mograsim memory block...
2019-10-14 Daniel KirschtenFixed a bug when the address size is not divisible...
2019-10-14 Christian FemersMerge branch 'development' of https://gitlab.lrz.de...
2019-10-14 Daniel KirschtenFixed bounds checking and address length in MainMemoryB...
2019-10-14 Christian FemersAllow to add nature and configure in one step
2019-10-14 Christian FemersFixed JavaDoc
2019-10-14 Christian FemersImproved labels and translation
2019-10-12 Daniel KirschtenImproved labels of Am2901's subcomponents
2019-10-12 Daniel KirschtenMade FixedOutput smaller
2019-10-12 Daniel KirschtenImproved BitVectorFormatter for bitvectors of length 1
2019-10-12 Daniel KirschtenSome components drawing Bitvectors now draw them fittin...
2019-10-12 Fabian StemmlerMade Am2900 Bus BitDisplays prettier
2019-10-12 Daniel KirschtenMade ModelBitDisplay/ManualSwitch smaller
2019-10-12 Daniel KirschtenOnly BitDisplay now uses dashes instead of Z
2019-10-12 Daniel KirschtenSome work on improving BitVector<->String conversions
2019-10-12 Fabian StemmlerRolled back toString change in BitVector, moved it...
2019-10-12 Daniel KirschtenImproved RegisterView:
2019-10-12 Fabian StemmlertoString now returns '-' for BitVectors consisting...
2019-10-12 Fabian StemmlerFixed an IndexOutOfBoundsException
2019-10-12 Fabian StemmlerRenamed MainMachineLaunchConfigTab in the Wizard
2019-10-11 Fabian StemmlerMicroInstructionDefinition now also has simple Mnemonic...
2019-10-11 Fabian StemmlerMemory Editor is now more intuitive
2019-10-11 Fabian Stemmler0th Mnemonic is default Mnemonic not otherwise specified
2019-10-11 Fabian StemmlerFixed bug with Exception being thrown with wrong cause
2019-10-09 Fabian StemmlerAdded null check in dispose() of InstructionView
2019-10-07 Daniel KirschtenMoved TODOs from getting_started.md to the source code
2019-10-07 Daniel KirschtenAdded register for PC / BZ
2019-10-07 Daniel KirschtenAdded register for IR
2019-10-07 Daniel KirschtenAdded register for muIR
2019-10-07 Daniel KirschtenAdded Am2910 registers
2019-10-07 Daniel KirschtenFixed the same bug in some Am2900-specific ModelComponents
2019-10-07 Daniel KirschtenChanged Modelram5_12's HLS-IDs to have a trailing .q
2019-10-06 Daniel KirschtenMerge remote-tracking branch 'origin/development' into...
2019-10-06 Daniel KirschtenAdded Am2904 registers
2019-10-06 Christian FemersAdded Mograsim perspective that contains all useful...
2019-10-06 Daniel KirschtenMade muSR / MSR accessible bit-wise
2019-10-06 Daniel KirschtenRe-added Am2901 registers
2019-10-06 Daniel KirschtenRestructured register system
2019-10-06 Daniel KirschtenReplaced micro symbols with Unicode escape \u00b5
2019-10-06 Christian FemersAdded RegisterGroups for MachineDefinition
2019-10-06 Daniel KirschtenMerge remote-tracking branch 'origin/development' into...
2019-10-06 Christian FemersFixed register sorting
2019-10-06 Fabian StemmlerRemoved EditingSupports from Instruction Preview in...
2019-10-05 Fabian StemmlerMoved ResourceChangeListener to DebugTarget; Listener...
2019-10-05 Fabian StemmlerQuick fix for MemoryEditor CellEditor using the wrong...
2019-10-05 Fabian StemmlerFile targeted by InstructionView is now accessible
2019-10-05 Daniel KirschtenMerge branch threads into development
2019-10-05 Fabian StemmlerAdded Wizard for mem file creation
2019-10-05 Fabian StemmlerFixed 2 Simulation bugs
2019-10-05 Daniel KirschtenWrote TODO
2019-10-04 Daniel KirschtenFixed MograsimNaturePropertyPage#DEFAULT_MACHINE
2019-10-04 Daniel KirschtenAdded simple version of Am2900Machine
2019-10-03 Fabian StemmlerHighlighting Instructions is now based on the selected...
2019-10-03 Fabian StemmlerMoved logic for extracting DebugTarget from context...
2019-10-03 Daniel KirschtenMemoryEditor's Amount field defaults to 100
2019-10-03 Daniel KirschtenThe selection of the SBSEButton now follows the actual...
2019-10-03 Daniel KirschtenFixed SimulationView spamming exceptions in some situat...
2019-10-03 Daniel KirschtenFixed / worked around Am2900Machine not booting sometimes
2019-10-02 Daniel KirschtenCoreClock now starts as 1 to make Am2900Machine work...
2019-10-02 Daniel KirschtenAdded threads, stackframes, and registers to the debug...
2019-10-02 Daniel KirschtenAdded register listeners
2019-10-02 Daniel KirschtenFixed a NullPointerException in Modeldff4_finewe
2019-10-02 Daniel KirschtenFixed a check in HLSShell
2019-10-02 Daniel KirschtenMerge remote-tracking branch 'origin/development' into...
2019-10-02 Daniel KirschtenHighLevelStates now support adding/removing listeners
2019-10-02 Daniel KirschtenFixed ModelClock's high level state:
2019-10-02 Daniel KirschtenMade WireForcingAtomicHighLevelStateHandler.getHighLeve...
2019-10-02 Daniel KirschtenChanged getCurrentMicroInstructionAddress to use HighLe...
2019-10-02 Fabian StemmlerDisplay now accessed via PlatformUI for e.g. highlight...
2019-10-02 Fabian StemmlerAdded hot replace functionality for modified mpm files
2019-10-01 Fabian StemmlerMemoryEditor Font can now be configured
2019-10-01 Daniel KirschtenMade renderSymbol/Outline final to force components...
2019-10-01 Daniel KirschtenMade get/setHLS final to force components to set a...
2019-10-01 Daniel KirschtenAdded missing package to model.am2900's MANIFEST
2019-10-01 Daniel KirschtenEnabled other memory renderings provided by org.eclipse...
2019-10-01 Daniel KirschtenMerge remote-tracking branch 'origin/development' into...
2019-10-01 Daniel KirschtenMainMemoryBlockExtension now reports the correct endianness
2019-10-01 Fabian StemmlerSingleSWTRequest utility class now actually does what...
2019-10-01 Fabian StemmlerFixed a bug: colors/fonts did not update properly in...
2019-09-30 Daniel KirschtenAm2900Machine now has registers
2019-09-30 Daniel KirschtenMainMemoryBlockExtension now throttles firing of conten...
2019-09-30 Daniel KirschtenMarked fields/methods related to activeMachine as depre...
next