Skip to content

Commit

Permalink
Merge pull request #27 from acaldero/2.3.0-rv
Browse files Browse the repository at this point in the history
2.3.0-rv: minor updates
  • Loading branch information
Juanbanpar authored Oct 26, 2023
2 parents 49ed1c5 + c13ada5 commit ba6f5a3
Show file tree
Hide file tree
Showing 229 changed files with 974 additions and 3,601 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"no-console": "off",
"no-useless-concat": "off",
"no-unused-vars": "off",
"block-scoped-var": "off"
"block-scoped-var": "off",
"no-lone-blocks": "off"
}
}
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![codebeat badge](https://codebeat.co/badges/66773495-9967-4514-8c2c-916293f584b5)](https://codebeat.co/projects/github-com-acaldero-wepsim-master)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/579e744cedde4dc78f8084d9db7abd32)](https://app.codacy.com/gh/acaldero/wepsim/dashboard)
[![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0)
[![Release](https://img.shields.io/badge/Stable-2.3.0-green.svg)](https://github.com/acaldero/wepsim/releases/tag/v2.3.0)
[![Release](https://img.shields.io/badge/Stable-2.3.1-green.svg)](https://github.com/acaldero/wepsim/releases/tag/v2.3.1)


## Table of contents
Expand Down Expand Up @@ -43,9 +43,9 @@
```
* Get WepSIM by executing:
```bash
wget https://github.com/acaldero/wepsim/releases/download/v2.3.0/wepsim-2.3.0.zip
unzip wepsim-2.3.0.zip
cd wepsim-2.3.0
wget https://github.com/acaldero/wepsim/releases/download/v2.3.1/wepsim-2.3.1.zip
unzip wepsim-2.3.1.zip
cd wepsim-2.3.1
npm install terser jq jshint yargs clear inquirer fuzzy inquirer-command-prompt inquirer-autocomplete-prompt
```
* Execute wepsim.sh with the help flag in order to show the available command switches:
Expand Down Expand Up @@ -310,12 +310,12 @@ Micropc at 0x1. Activated signals are: TA R BW M1 C1. Associated actions are: Co
!echo "(1/4) Installing pre-requisites..."
!npm install terser jq jshint yargs clear inquirer >& /dev/null
!echo "(2/4) Downloading WepSIM..."
!wget https://github.com/acaldero/wepsim/releases/download/v2.3.0/wepsim-2.3.0.zip >& /dev/null
!unzip -o wepsim-2.3.0.zip >& /dev/null
!rm -fr wepsim-2.3.0.zip
!wget https://github.com/acaldero/wepsim/releases/download/v2.3.1/wepsim-2.3.1.zip >& /dev/null
!unzip -o wepsim-2.3.1.zip >& /dev/null
!rm -fr wepsim-2.3.1.zip
!echo "(3/4) Executing WepSIM..."
!./wepsim-2.3.0/wepsim.sh -a stepbystep -m ep -f ./wepsim-2.3.0/repo/microcode/mips/ep_base.mc -s ./wepsim-2.3.0/repo/assembly/mips/s1e1.asm > ./result.csv
!rm -fr wepsim-2.3.0
!./wepsim-2.3.1/wepsim.sh -a stepbystep -m ep -f ./wepsim-2.3.1/repo/microcode/mips/ep_base.mc -s ./wepsim-2.3.1/repo/assembly/mips/s1e1.asm > ./result.csv
!rm -fr wepsim-2.3.1
!echo "(4/4) Showing execution trace as table..."
import pandas as pd
Expand Down
2 changes: 0 additions & 2 deletions devel/mk_dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,8 @@ cat sim_core/sim_cfg.js \
sim_sw/assembly/memory_segments.js \
sim_sw/assembly/directives.js \
sim_sw/assembly/datatypes.js \
sim_sw/assembly/asm_v1.js \
sim_sw/assembly/asm_v2.js \
sim_sw/assembly/asm_ng.js \
sim_sw/assembly/asm_v3.js \
sim_sw/assembly.js > ws_dist/sim_all.js
terser -o ws_dist/min.sim_all.js ws_dist/sim_all.js
rm -fr ws_dist/sim_all.js
Expand Down
Binary file modified devel/output/0.txt.gz
Binary file not shown.
Binary file modified devel/output/1.txt.gz
Binary file not shown.
Binary file modified devel/output/10.txt.gz
Binary file not shown.
Binary file modified devel/output/100.txt.gz
Binary file not shown.
Binary file modified devel/output/101.txt.gz
Binary file not shown.
Binary file modified devel/output/102.txt.gz
Binary file not shown.
Binary file modified devel/output/103.txt.gz
Binary file not shown.
Binary file modified devel/output/104.txt.gz
Binary file not shown.
Binary file modified devel/output/105.txt.gz
Binary file not shown.
Binary file modified devel/output/106.txt.gz
Binary file not shown.
Binary file modified devel/output/107.txt.gz
Binary file not shown.
Binary file modified devel/output/108.txt.gz
Binary file not shown.
Binary file modified devel/output/109.txt.gz
Binary file not shown.
Binary file modified devel/output/11.txt.gz
Binary file not shown.
Binary file modified devel/output/110.txt.gz
Binary file not shown.
Binary file modified devel/output/111.txt.gz
Binary file not shown.
Binary file modified devel/output/12.txt.gz
Binary file not shown.
Binary file modified devel/output/13.txt.gz
Binary file not shown.
Binary file modified devel/output/14.txt.gz
Binary file not shown.
Binary file modified devel/output/15.txt.gz
Binary file not shown.
Binary file modified devel/output/16.txt.gz
Binary file not shown.
Binary file modified devel/output/17.txt.gz
Binary file not shown.
Binary file modified devel/output/18.txt.gz
Binary file not shown.
Binary file modified devel/output/19.txt.gz
Binary file not shown.
Binary file modified devel/output/2.txt.gz
Binary file not shown.
Binary file modified devel/output/20.txt.gz
Binary file not shown.
Binary file modified devel/output/21.txt.gz
Binary file not shown.
Binary file modified devel/output/22.txt.gz
Binary file not shown.
Binary file modified devel/output/23.txt.gz
Binary file not shown.
Binary file modified devel/output/24.txt.gz
Binary file not shown.
Binary file modified devel/output/25.txt.gz
Binary file not shown.
Binary file modified devel/output/26.txt.gz
Binary file not shown.
Binary file modified devel/output/27.txt.gz
Binary file not shown.
Binary file modified devel/output/28.txt.gz
Binary file not shown.
Binary file modified devel/output/29.txt.gz
Binary file not shown.
Binary file modified devel/output/3.txt.gz
Binary file not shown.
Binary file modified devel/output/30.txt.gz
Binary file not shown.
Binary file modified devel/output/31.txt.gz
Binary file not shown.
Binary file modified devel/output/32.txt.gz
Binary file not shown.
Binary file modified devel/output/33.txt.gz
Binary file not shown.
Binary file modified devel/output/34.txt.gz
Binary file not shown.
Binary file modified devel/output/35.txt.gz
Binary file not shown.
Binary file modified devel/output/36.txt.gz
Binary file not shown.
Binary file modified devel/output/37.txt.gz
Binary file not shown.
Binary file modified devel/output/38.txt.gz
Binary file not shown.
Binary file modified devel/output/39.txt.gz
Binary file not shown.
Binary file modified devel/output/4.txt.gz
Binary file not shown.
Binary file modified devel/output/40.txt.gz
Binary file not shown.
Binary file modified devel/output/41.txt.gz
Binary file not shown.
Binary file modified devel/output/42.txt.gz
Binary file not shown.
Binary file modified devel/output/43.txt.gz
Binary file not shown.
Binary file modified devel/output/44.txt.gz
Binary file not shown.
Binary file modified devel/output/45.txt.gz
Binary file not shown.
Binary file modified devel/output/46.txt.gz
Binary file not shown.
Binary file modified devel/output/47.txt.gz
Binary file not shown.
Binary file modified devel/output/48.txt.gz
Binary file not shown.
Binary file modified devel/output/49.txt.gz
Binary file not shown.
Binary file modified devel/output/5.txt.gz
Binary file not shown.
Binary file modified devel/output/50.txt.gz
Binary file not shown.
Binary file modified devel/output/51.txt.gz
Binary file not shown.
Binary file modified devel/output/52.txt.gz
Binary file not shown.
Binary file modified devel/output/53.txt.gz
Binary file not shown.
Binary file modified devel/output/54.txt.gz
Binary file not shown.
Binary file modified devel/output/55.txt.gz
Binary file not shown.
Binary file modified devel/output/56.txt.gz
Binary file not shown.
Binary file modified devel/output/57.txt.gz
Binary file not shown.
Binary file modified devel/output/58.txt.gz
Binary file not shown.
Binary file modified devel/output/59.txt.gz
Binary file not shown.
Binary file modified devel/output/6.txt.gz
Binary file not shown.
Binary file modified devel/output/60.txt.gz
Binary file not shown.
Binary file modified devel/output/61.txt.gz
Binary file not shown.
Binary file modified devel/output/62.txt.gz
Binary file not shown.
Binary file modified devel/output/63.txt.gz
Binary file not shown.
Binary file modified devel/output/64.txt.gz
Binary file not shown.
Binary file modified devel/output/65.txt.gz
Binary file not shown.
Binary file modified devel/output/66.txt.gz
Binary file not shown.
Binary file modified devel/output/67.txt.gz
Binary file not shown.
Binary file modified devel/output/68.txt.gz
Binary file not shown.
Binary file modified devel/output/69.txt.gz
Binary file not shown.
Binary file modified devel/output/7.txt.gz
Binary file not shown.
Binary file modified devel/output/70.txt.gz
Binary file not shown.
Binary file modified devel/output/71.txt.gz
Binary file not shown.
Binary file modified devel/output/72.txt.gz
Binary file not shown.
Binary file modified devel/output/73.txt.gz
Binary file not shown.
Binary file modified devel/output/74.txt.gz
Binary file not shown.
Binary file modified devel/output/75.txt.gz
Binary file not shown.
Binary file modified devel/output/76.txt.gz
Binary file not shown.
Binary file modified devel/output/77.txt.gz
Binary file not shown.
Binary file modified devel/output/78.txt.gz
Binary file not shown.
Binary file modified devel/output/79.txt.gz
Binary file not shown.
Binary file modified devel/output/8.txt.gz
Binary file not shown.
Binary file modified devel/output/80.txt.gz
Binary file not shown.
Binary file modified devel/output/81.txt.gz
Binary file not shown.
Binary file modified devel/output/82.txt.gz
Binary file not shown.
Binary file modified devel/output/83.txt.gz
Binary file not shown.
Binary file modified devel/output/84.txt.gz
Binary file not shown.
Binary file modified devel/output/85.txt.gz
Binary file not shown.
Binary file modified devel/output/86.txt.gz
Binary file not shown.
Binary file modified devel/output/87.txt.gz
Binary file not shown.
Binary file modified devel/output/88.txt.gz
Binary file not shown.
Binary file modified devel/output/89.txt.gz
Binary file not shown.
Binary file modified devel/output/9.txt.gz
Binary file not shown.
Binary file modified devel/output/90.txt.gz
Binary file not shown.
Binary file modified devel/output/91.txt.gz
Binary file not shown.
Binary file modified devel/output/92.txt.gz
Binary file not shown.
Binary file modified devel/output/93.txt.gz
Binary file not shown.
Binary file modified devel/output/94.txt.gz
Binary file not shown.
Binary file modified devel/output/95.txt.gz
Binary file not shown.
Binary file modified devel/output/96.txt.gz
Binary file not shown.
Binary file modified devel/output/97.txt.gz
Binary file not shown.
Binary file modified devel/output/98.txt.gz
Binary file not shown.
Binary file modified devel/output/99.txt.gz
Binary file not shown.
18 changes: 14 additions & 4 deletions docs/WS_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@

# Changelog

## 2.3.0 -> 2.3.1:
* Main improvements:
* Default assembler now is the new next-generation assembler with support for firmware version 2
* 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

## 2.2.2 -> 2.3.0:
* Main improvements:
* Migration to bootstrap 5.3 colors and dark mode
* Support added for firmware version 2
* 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
* 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

## 2.2.1 -> 2.2.2:
* Main improvements:
Expand Down
4 changes: 2 additions & 2 deletions external/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion external/bootstrap/bootstrap.min.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions external/bootstrap/bootstrap.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion external/bootstrap/bootstrap.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion external/codemirror6/min.codemirror.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion external/compress/lz-string.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ba6f5a3

Please sign in to comment.