Skip to content

Releases: acaldero/wepsim

v2.3.1

12 Oct 07:05
Compare
Choose a tag to compare

2.3.0 -> 2.3.1:

  • Main improvements:
    • New default assembler with full support for firmware version 2
    • Initial changes for better hardware maintenace
    • Several minor improvements
  • Main external dependencies updated:
    • Bump bootstrap from 5.3.1 to 5.3.2
    • Bump jquery from 3.7.0 to 3.7.1
    • Bump fontawesome from 6.4.0 to 6.4.2
    • Bump async from 3.2.2 to 3.2.4

v2.3.0

12 Oct 07:07
638cc52
Compare
Choose a tag to compare

2.2.2 -> 2.3.0:

  • Main improvements:
    • Initial support for RISC-V processor (Juan Banga Pardo)
    • Migration to bootstrap 5.3 colors and dark mode
  • Main external dependencies updated:
    • Bump bootstrap from 5.2.3 to 5.3.1
    • Bump jquery from 3.6.0 to 3.7.0
    • Bump introjs from 4.3.0 to 7.0.1
    • Bump fontawesome from 6.2.1 to 6.4.0

v2.2.2

24 Jun 17:20
Compare
Choose a tag to compare

2.2.1 -> 2.2.2:

  • Main improvements:
    • Initial support for 32-bits floating-point basic ALU operations
    • Share by link improved
  • Main external dependencies updated:
    • Bump bootbox from 5.5.3 to 6.0.0
    • Bump fontawesome from 6.2.0 to 6.2.1

v2.2.1

06 Nov 12:21
Compare
Choose a tag to compare

2.2.0 -> 2.2.1:

  • Main improvements:
    • Examples updated
    • Initial version of a cache memory simulation
    • Several minor bugfixes
  • Main external dependencies updated:
    • Bump bootstrap from 5.2.0 to 5.2.3

v2.2.0

13 Jul 14:39
Compare
Choose a tag to compare

2.1.9 -> 2.2.0:

  • Main improvements:
    • Skip "notify:" added to configuration options.
    • Examples updated
    • New Hardware Performance Counters added.
    • "Replace + Find" operations added to Codemirror editor
  • Main external dependencies updated:
    • Bump bootstrap from 4.6.1 to 5.2.0 (stable)

v2.1.9

02 Jul 12:13
Compare
Choose a tag to compare

2.1.8 -> 2.1.9:

  • Main improvements:
    • Example dialog box updated (example sets)
  • Minor bugs fixed and several refinements added.
    • Better support of bootstrap 5.2.0 beta 1
    • Examples for POC fixed

v2.1.8

09 Jun 13:38
Compare
Choose a tag to compare

2.1.7 -> 2.1.8:

  • Main improvements:
    • Adapting WepSIM to Bootstrap 5.x
    • Representation of processor as text table is now a little bit faster.
  • Minor bugs fixed and several refinements added.
    • Unlimited instruction/clock cycles now works
    • Bootstrap color picker replace the old spectrum color picker
  • Main external dependencies updated:
    • Bump bootstrap from 4.6.1 to 5.2.0
    • Bump bootbox from 5.5.2 to 5.5.3

v2.1.7

26 Dec 20:44
Compare
Choose a tag to compare

2.1.6 -> 2.1.7:

  • New:
    • Processor represented also as text table.
    • Quick config for processor panel.
  • Minor bugs fixed and several refinements added:
    • More UI text translated.
    • Updated detection of several activated tri-states
  • External dependencies updated:
    • Bump bootstrap from 4.6.0 to 4.6.1
    • Bump introjs from 4.1.0 to 4.3.0
    • Bump codemirror from 5.52.2 to 5.65.0
    • Bump fontawesome from 5.8.1 to 5.15.4

v2.1.6

08 Aug 12:02
Compare
Choose a tag to compare

2.1.5 -> 2.1.6:

  • Several minor improvements on RISC-V examples.
  • WepSIM web:
    • Reworked "Hardware" detail panel and hardware help.
    • New option to show all register names.
  • Command-line WepSIM:
    • New "show-microcode-fields" option
      E.g.: ./wepsim.sh -a show-microcode-fields --checkpoint ./examples/checkpoint/tutorial_1.txt
    • New help option for listing hardware elements
      E.g.: ./wepsim.sh -a help -m ep
    • New help option for one hardware element
      E.g.: ./wepsim.sh -a help -m ep -p t1

v2.1.5

03 Jan 11:40
Compare
Choose a tag to compare

2.1.4 -> 2.1.5:

  • Improvements on examples:
    • Initial support for a short description of each instruction in firmware.
    • Default examples now are included in Travis checks.
  • External dependencies updated:
    • knockoutjs replaced by vuex v3.6.0 + vue.js v2.6.12
    • Bump bootstrap from 4.5.3 to 4.6.0
  • Minor bugs fixed and several refinements added.