diff --git a/README.md b/README.md
index 243cbee00..e01cb72fa 100644
--- a/README.md
+++ b/README.md
@@ -20,11 +20,13 @@


- | | URL |
- |:----------------------------:|:----------------------------------------------:|
- | :computer: CREATOR | https://creatorsim.github.io/creator |
- | :book: Documentation | https://creatorsim.github.io/creator-wiki |
- | :package: Docker Hub | https://hub.docker.com/repositories/creatorsim |
+ | | URL |
+ |:--------------------------------------:|:----------------------------------------------:|
+ | :computer: CREATOR | https://creatorsim.github.io/creator |
+ | :globe_with_meridians: Project Website | https://creatorsim.github.io |
+ | :book: Documentation | https://creatorsim.github.io/creator-wiki |
+ | :package: Docker Hub | https://hub.docker.com/repositories/creatorsim |
+ | :email: Email | creator.arcos.inf.uc3m.es@gmail.com |
Source Code
@@ -63,7 +65,8 @@
4. [Authors](#authors)
5. [ChangeLog](#changelog)
6. [Developing](#developing-creator)
-7. [Sponsors](#sponsors)
+7. [Community](#community)
+8. [Sponsors](#sponsors)
@@ -314,7 +317,7 @@
-:atom: 6.0.x:
+:atom: 6.0.x
- [x] **BREAKING CHANGES**:
* New YAML architecture format (w/ [JSON schema](docs/schema/architecture.json))
@@ -342,33 +345,48 @@
* Revamped unittests
- [x] Other fixes:
* Fix errors in instruction implementation
+
+
+
+ - Source Code: https://github.com/creatorsim/creator-v6.0
+ - Try Version: https://creatorsim.github.io/creator-v6.0
-:atom: 5.0.x:
+:atom: 5.0.x
- [x] New functionality:
* New assembler based on Rust
* New architecture editor based on CodeMirror
- [x] User Interface:
* Several improvements and minor bugs fixed
+
+
+
+ - Source Code: https://github.com/creatorsim/creator-v5.0
+ - Try Version: https://creatorsim.github.io/creator-v5.0
-:atom: 4.1.x:
+:atom: 4.1.x
- [x] New functionality:
* CREATOR Remote Lab
* Dockers for CREATOR
- [x] User Interface:
* Several improvements and minor bugs fixed
+
+
+
+ - Source Code: https://github.com/creatorsim/creator-v4.1
+ - Try Version: https://creatorsim.github.io/creator-v4.1
-:atom: 4.0.x:
+:atom: 4.0.x
- [x] New functionality:
* Integration with real hardware based on RISC-V (ESP32)
@@ -378,11 +396,16 @@
* Performance improvements (e.g. program execution, data segment loading, etc.)
* Updating external dependencies (fontawesome v6.2.1, jquery v3.6.3, lodash v4.17.15, and Apexchart)
* Several minor bugs fixed
+
+
+
+ - Source Code: https://github.com/creatorsim/creator-v4.0
+ - Try Version: https://creatorsim.github.io/creator-v4.0
-:atom: 3.2.x:
+:atom: 3.2.x
- [x] User Interface:
* New link to the quick reference guide for instructions in PDF
@@ -392,10 +415,15 @@
* Improved memory detail panel
* Hardware counter updated to know the number of clock cycles consumed since the last reset
+
+
+ - Source Code: https://github.com/creatorsim/creator-v3.2
+ - Try Version: https://creatorsim.github.io/creator-v3.2
+
-:atom: 3.1.x:
+:atom: 3.1.x
- [x] User Interface:
* Example set added
@@ -407,11 +435,16 @@
* Interface based on Vue components for all UI elements in CREATOR
* Simulated main memory reworked
* Architecture improved
+
+
+
+ - Source Code: https://github.com/creatorsim/creator-v3.1
+ - Try Version: https://creatorsim.github.io/creator-v3.1
-:atom: 3.0.x:
+:atom: 3.0.x
- [x] Several minor RISC-V improvements
- [x] More modular design:
@@ -424,10 +457,15 @@
* Colored stack
* SP and FP pointers are shown on the memory stack detail panel
+
+
+ - Source Code: https://github.com/creatorsim/creator-v3.0
+ - Try Version: https://creatorsim.github.io/creator-v3.0
+
-:atom: 2.1.x:
+:atom: 2.1.x
- [x] **RISC-V** supported (Thanks to Lucas Elvira MartÃn @luck5941)
- [x] CREATOR **accessibility improved** up to WCAG 2.0 (Level AAA)
@@ -447,6 +485,23 @@
* https://creatorsim.github.io/creator/?example_set=uc3m-ec&example=e3
- [x] Bootstrap-vue upgraded up to v2.15.0
+
+
+ - Source Code: https://github.com/creatorsim/creator-v2.1
+ - Try Version: https://creatorsim.github.io/creator-v2.1
+
+
+
+
+:atom: 1.3.x
+
+ - [x] First CREATOR release
+
+
+
+ - Source Code: https://github.com/creatorsim/creator-v1.3
+ - Try Version: https://creatorsim.github.io/creator-v1.3
+
@@ -459,6 +514,18 @@ See [`docs/dev.md`](docs/dev.md).
+
+
+
+
Sponsors