Skip to content

Commit

Permalink
Merge pull request wepsim#896 from wepsim/2.3.3
Browse files Browse the repository at this point in the history
2.3.3: minor updates
  • Loading branch information
acaldero authored Oct 6, 2024
2 parents 4af75c3 + 48711d0 commit b62fa24
Show file tree
Hide file tree
Showing 321 changed files with 398 additions and 386 deletions.
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.2-green.svg)](https://github.com/wepsim/wepsim/releases/tag/v2.3.2)
[![Release](https://img.shields.io/badge/Stable-2.3.3-green.svg)](https://github.com/wepsim/wepsim/releases/tag/v2.3.3)


## Table of contents
Expand Down Expand Up @@ -43,9 +43,9 @@
```
* Get WepSIM by executing:
```bash
wget https://github.com/wepsim/wepsim/releases/download/v2.3.2/wepsim-2.3.2.zip
unzip wepsim-2.3.2.zip
cd wepsim-2.3.2
wget https://github.com/wepsim/wepsim/releases/download/v2.3.3/wepsim-2.3.3.zip
unzip wepsim-2.3.3.zip
cd wepsim-2.3.3
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/wepsim/wepsim/releases/download/v2.3.2/wepsim-2.3.2.zip >& /dev/null
!unzip -o wepsim-2.3.2.zip >& /dev/null
!rm -fr wepsim-2.3.2.zip
!wget https://github.com/wepsim/wepsim/releases/download/v2.3.3/wepsim-2.3.3.zip >& /dev/null
!unzip -o wepsim-2.3.3.zip >& /dev/null
!rm -fr wepsim-2.3.3.zip
!echo "(3/4) Executing WepSIM..."
!./wepsim-2.3.2/wepsim.sh -a stepbystep -m ep -f ./wepsim-2.3.2/repo/microcode/mips/ep_base.mc -s ./wepsim-2.3.2/repo/assembly/mips/s1e1.asm > ./result.csv
!rm -fr wepsim-2.3.2
!./wepsim-2.3.3/wepsim.sh -a stepbystep -m ep -f ./wepsim-2.3.3/repo/microcode/mips/ep_base.mc -s ./wepsim-2.3.3/repo/assembly/mips/s1e1.asm > ./result.csv
!rm -fr wepsim-2.3.3
!echo "(4/4) Showing execution trace as table..."
import pandas as pd
Expand Down
2 changes: 1 addition & 1 deletion devel/mk_cordova.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


#*
#* Copyright 2015-2024 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
#* Copyright 2015-2025 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
#*
#* This file is part of WepSIM.
#*
Expand Down
2 changes: 1 addition & 1 deletion devel/mk_dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


#*
#* Copyright 2015-2024 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
#* Copyright 2015-2025 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
#*
#* This file is part of WepSIM.
#*
Expand Down
4 changes: 2 additions & 2 deletions devel/mk_i18nlang.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


#*
#* Copyright 2015-2024 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
#* Copyright 2015-2025 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
#*
#* This file is part of WepSIM.
#*
Expand Down Expand Up @@ -620,7 +620,7 @@ def print_content(L_D, C_N):

# + print header
f.write("/*\n") ;
f.write(" * Copyright 2015-2024 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve\n") ;
f.write(" * Copyright 2015-2025 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve\n") ;
f.write(" *\n") ;
f.write(" * This file is part of WepSIM.\n") ;
f.write(" *\n") ;
Expand Down
2 changes: 1 addition & 1 deletion devel/mk_zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


#*
#* Copyright 2015-2024 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
#* Copyright 2015-2025 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
#*
#* This file is part of WepSIM.
#*
Expand Down
2 changes: 1 addition & 1 deletion devel/test_jshint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -x


#*
#* Copyright 2015-2024 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
#* Copyright 2015-2025 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
#*
#* This file is part of WepSIM.
#*
Expand Down
2 changes: 1 addition & 1 deletion devel/test_wepsim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


#*
#* Copyright 2015-2024 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
#* Copyright 2015-2025 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
#*
#* This file is part of WepSIM.
#*
Expand Down
6 changes: 6 additions & 0 deletions docs/WS_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@

# Changelog

## 2.3.2 -> 2.3.3:
* Main improvements:
* Several minor improvements:
* More flexible assembler error dialog box
* Faster loading in microcode editor

## 2.3.1 -> 2.3.2:
* Main improvements:
* Several minor improvements in the new default assembler:
Expand Down
Binary file modified images/author_jprieto.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions repo/assembly/mips/s6e5.asm
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,

0,1,1,1,0,1,1,1, 0,1,1,1,0,1,0,1, 0,0,1,0,0,0,0,0,
0,0,0,1,0,1,0,1, 0,0,0,1,0,1,0,1, 0,0,1,0,0,0,0,0,
0,1,1,1,0,1,1,1, 0,1,1,1,0,1,1,1, 0,0,1,0,0,0,0,0,
0,0,0,1,0,1,0,1, 0,0,0,1,0,1,0,0, 0,0,1,0,0,0,0,0,
0,1,1,1,0,1,0,1, 0,1,1,1,0,1,1,1, 0,0,1,0,0,0,0,0,
0,1,0,0,0,1,0,1, 0,1,0,0,0,0,0,1, 0,0,0,0,0,0,0,0,
0,1,1,1,0,1,1,1, 0,1,1,1,0,0,0,1, 0,0,1,0,0,0,0,0,
0,1,1,1,0,1,1,1, 0,1,1,1,0,1,1,1, 0,0,1,0,0,0,0,0,
0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,
Expand Down
6 changes: 3 additions & 3 deletions repo/assembly/mips/s6e5_help.asm
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,

0,1,1,1,0,1,1,1, 0,1,1,1,0,1,0,1, 0,0,1,0,0,0,0,0,
0,0,0,1,0,1,0,1, 0,0,0,1,0,1,0,1, 0,0,1,0,0,0,0,0,
0,1,1,1,0,1,1,1, 0,1,1,1,0,1,1,1, 0,0,1,0,0,0,0,0,
0,0,0,1,0,1,0,1, 0,0,0,1,0,1,0,0, 0,0,1,0,0,0,0,0,
0,1,1,1,0,1,0,1, 0,1,1,1,0,1,1,1, 0,0,1,0,0,0,0,0,
0,1,0,0,0,1,0,1, 0,1,0,0,0,0,0,1, 0,0,0,0,0,0,0,0,
0,1,1,1,0,1,1,1, 0,1,1,1,0,0,0,1, 0,0,1,0,0,0,0,0,
0,1,1,1,0,1,1,1, 0,1,1,1,0,1,1,1, 0,0,1,0,0,0,0,0,
0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,
Expand Down
6 changes: 3 additions & 3 deletions repo/assembly/mips/s6e6.asm
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,

0,1,1,1,0,1,1,1, 0,1,1,1,0,1,0,1, 0,0,1,0,0,0,0,0,
0,0,0,1,0,1,0,1, 0,0,0,1,0,1,0,1, 0,0,1,0,0,0,0,0,
0,1,1,1,0,1,1,1, 0,1,1,1,0,1,1,1, 0,0,1,0,0,0,0,0,
0,0,0,1,0,1,0,1, 0,0,0,1,0,1,0,0, 0,0,1,0,0,0,0,0,
0,1,1,1,0,1,0,1, 0,1,1,1,0,1,1,1, 0,0,1,0,0,0,0,0,
0,1,0,0,0,1,0,1, 0,1,0,0,0,0,0,1, 0,0,0,0,0,0,0,0,
0,1,1,1,0,1,1,1, 0,1,1,1,0,0,0,1, 0,0,1,0,0,0,0,0,
0,1,1,1,0,1,1,1, 0,1,1,1,0,1,1,1, 0,0,1,0,0,0,0,0,
0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,
Expand Down
6 changes: 3 additions & 3 deletions repo/assembly/rv32/s5e2.asm
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,

0,1,1,1,0,1,1,1, 0,1,1,1,0,1,0,1, 0,0,1,0,0,0,0,0,
0,0,0,1,0,1,0,1, 0,0,0,1,0,1,0,1, 0,0,1,0,0,0,0,0,
0,1,1,1,0,1,1,1, 0,1,1,1,0,1,1,1, 0,0,1,0,0,0,0,0,
0,0,0,1,0,1,0,1, 0,0,0,1,0,1,0,0, 0,0,1,0,0,0,0,0,
0,1,1,1,0,1,0,1, 0,1,1,1,0,1,1,1, 0,0,1,0,0,0,0,0,
0,1,0,0,0,1,0,1, 0,1,0,0,0,0,0,1, 0,0,0,0,0,0,0,0,
0,1,1,1,0,1,1,1, 0,1,1,1,0,0,0,1, 0,0,1,0,0,0,0,0,
0,1,1,1,0,1,1,1, 0,1,1,1,0,1,1,1, 0,0,1,0,0,0,0,0,
0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,
Expand Down
6 changes: 3 additions & 3 deletions repo/assembly/rv32/s5e2_help.asm
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,

0,1,1,1,0,1,1,1, 0,1,1,1,0,1,0,1, 0,0,1,0,0,0,0,0,
0,0,0,1,0,1,0,1, 0,0,0,1,0,1,0,1, 0,0,1,0,0,0,0,0,
0,1,1,1,0,1,1,1, 0,1,1,1,0,1,1,1, 0,0,1,0,0,0,0,0,
0,0,0,1,0,1,0,1, 0,0,0,1,0,1,0,0, 0,0,1,0,0,0,0,0,
0,1,1,1,0,1,0,1, 0,1,1,1,0,1,1,1, 0,0,1,0,0,0,0,0,
0,1,0,0,0,1,0,1, 0,1,0,0,0,0,0,1, 0,0,0,0,0,0,0,0,
0,1,1,1,0,1,1,1, 0,1,1,1,0,0,0,1, 0,0,1,0,0,0,0,0,
0,1,1,1,0,1,1,1, 0,1,1,1,0,1,1,1, 0,0,1,0,0,0,0,0,
0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,
Expand Down
6 changes: 3 additions & 3 deletions repo/assembly/rv32/s5e4.asm
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,

0,1,1,1,0,1,1,1, 0,1,1,1,0,1,0,1, 0,0,1,0,0,0,0,0,
0,0,0,1,0,1,0,1, 0,0,0,1,0,1,0,1, 0,0,1,0,0,0,0,0,
0,1,1,1,0,1,1,1, 0,1,1,1,0,1,1,1, 0,0,1,0,0,0,0,0,
0,0,0,1,0,1,0,1, 0,0,0,1,0,1,0,0, 0,0,1,0,0,0,0,0,
0,1,1,1,0,1,0,1, 0,1,1,1,0,1,1,1, 0,0,1,0,0,0,0,0,
0,1,0,0,0,1,0,1, 0,1,0,0,0,0,0,1, 0,0,0,0,0,0,0,0,
0,1,1,1,0,1,1,1, 0,1,1,1,0,0,0,1, 0,0,1,0,0,0,0,0,
0,1,1,1,0,1,1,1, 0,1,1,1,0,1,1,1, 0,0,1,0,0,0,0,0,
0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,
Expand Down
4 changes: 2 additions & 2 deletions repo/configuration/desktop_dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"version": {
"upgrade": false,
"type": "string",
"value": "2.3.2"
"value": "2.3.3"
},
"build": {
"upgrade": true,
"type": "string",
"value": "2.3.2.20240322A"
"value": "2.3.3.20240322A"
},
"color_data_active": {
"upgrade": false,
Expand Down
4 changes: 2 additions & 2 deletions repo/configuration/desktop_light.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"version": {
"upgrade": false,
"type": "string",
"value": "2.3.2"
"value": "2.3.3"
},
"build": {
"upgrade": true,
"type": "string",
"value": "2.3.2.20240322A"
"value": "2.3.3.20240322A"
},
"color_data_active": {
"upgrade": false,
Expand Down
4 changes: 2 additions & 2 deletions repo/configuration/mobile_dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"version": {
"upgrade": false,
"type": "string",
"value": "2.3.2"
"value": "2.3.3"
},
"build": {
"upgrade": true,
"type": "string",
"value": "2.3.2.20240322A"
"value": "2.3.3.20240322A"
},
"color_data_active": {
"upgrade": false,
Expand Down
4 changes: 2 additions & 2 deletions repo/configuration/mobile_light.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"version": {
"upgrade": false,
"type": "string",
"value": "2.3.2"
"value": "2.3.3"
},
"build": {
"upgrade": true,
"type": "string",
"value": "2.3.2.20240322A"
"value": "2.3.3.20240322A"
},
"color_data_active": {
"upgrade": false,
Expand Down
2 changes: 1 addition & 1 deletion sim_core/sim_adt_cachememory.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015-2024 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
* Copyright 2015-2025 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
*
* This file is part of WepSIM.
*
Expand Down
2 changes: 1 addition & 1 deletion sim_core/sim_adt_core.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015-2024 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
* Copyright 2015-2025 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
*
* This file is part of WepSIM.
*
Expand Down
2 changes: 1 addition & 1 deletion sim_core/sim_adt_ctrlmemory.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015-2024 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
* Copyright 2015-2025 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
*
* This file is part of WepSIM.
*
Expand Down
2 changes: 1 addition & 1 deletion sim_core/sim_adt_mainmemory.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015-2024 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
* Copyright 2015-2025 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
*
* This file is part of WepSIM.
*
Expand Down
2 changes: 1 addition & 1 deletion sim_core/sim_api_core.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015-2024 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
* Copyright 2015-2025 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
*
* This file is part of WepSIM.
*
Expand Down
2 changes: 1 addition & 1 deletion sim_core/sim_api_native.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015-2024 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
* Copyright 2015-2025 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
*
* This file is part of WepSIM.
*
Expand Down
2 changes: 1 addition & 1 deletion sim_core/sim_api_stateshots.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015-2024 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
* Copyright 2015-2025 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
*
* This file is part of WepSIM.
*
Expand Down
12 changes: 6 additions & 6 deletions sim_core/sim_cfg.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015-2024 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
* Copyright 2015-2025 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
*
* This file is part of WepSIM.
*
Expand Down Expand Up @@ -41,9 +41,9 @@
{
if (WSCFG[field].value != value)
{
simcore_ga('config',
'config.' + WSCFG.version.value,
'config.' + WSCFG.version.value + '.' + field + '.' + value) ;
simcore_ga('cfg',
'cfg.' + WSCFG.version.value,
'cfg.' + WSCFG.version.value + '.' + field + '.' + value) ;
}

WSCFG[field].value = value ;
Expand Down Expand Up @@ -216,8 +216,8 @@
{
var wscfg = {
/* version */
"version": { upgrade:false, type:"string", value:"2.3.2" },
"build": { upgrade:true, type:"string", value:"2.3.2.20240710B" },
"version": { upgrade:false, type:"string", value:"2.3.3" },
"build": { upgrade:true, type:"string", value:"2.3.3.20240710B" },

/* simulation screen: SVG */
"color_data_active": { upgrade:false, type:"string", value:"#0066FF" },
Expand Down
2 changes: 1 addition & 1 deletion sim_core/sim_core_ctrl.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015-2024 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
* Copyright 2015-2025 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
*
* This file is part of WepSIM.
*
Expand Down
2 changes: 1 addition & 1 deletion sim_core/sim_core_decode.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015-2024 Saul Alonso Monsalve, Javier Prieto Cepeda, Felix Garcia Carballeira, Alejandro Calderon Mateos
* Copyright 2015-2025 Saul Alonso Monsalve, Javier Prieto Cepeda, Felix Garcia Carballeira, Alejandro Calderon Mateos
*
* This file is part of WepSIM.
*
Expand Down
2 changes: 1 addition & 1 deletion sim_core/sim_core_ga.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015-2024 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
* Copyright 2015-2025 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
*
* This file is part of WepSIM.
*
Expand Down
2 changes: 1 addition & 1 deletion sim_core/sim_core_notify.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015-2024 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
* Copyright 2015-2025 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
*
* This file is part of WepSIM.
*
Expand Down
2 changes: 1 addition & 1 deletion sim_core/sim_core_record.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015-2024 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
* Copyright 2015-2025 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
*
* This file is part of WepSIM.
*
Expand Down
2 changes: 1 addition & 1 deletion sim_core/sim_core_rest.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015-2024 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
* Copyright 2015-2025 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
*
* This file is part of WepSIM.
*
Expand Down
2 changes: 1 addition & 1 deletion sim_core/sim_core_ui.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015-2024 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
* Copyright 2015-2025 Felix Garcia Carballeira, Alejandro Calderon Mateos, Javier Prieto Cepeda, Saul Alonso Monsalve
*
* This file is part of WepSIM.
*
Expand Down
Loading

0 comments on commit b62fa24

Please sign in to comment.