- 🧑💻 Diego Camarmas Alonso
- 🧑💻 Lucas Elvira Martín (RISC-V)
Source Code | Documentation | Creator |
---|---|---|
https://github.com/creatorsim/creator/ | https://creatorsim.github.io/ | https://creatorsim.github.io/creator/ |
GitHub Repository | Source Code | Creator |
---|---|---|
Diego | https://github.com/dcamarmas/creator/ | https://dcamarmas.github.io/creator/ |
Lucas | https://github.com/luck5941/creator/ | https://luck5941.github.io/creator/ |
Alejandro | https://github.com/acaldero/creator/ | https://acaldero.github.io/creator/ |
Description | Link |
---|---|
ALU operations | https://creatorsim.github.io/creator/?example_set=default_rv&example=e1 |
Subrutine | https://creatorsim.github.io/creator/?example_set=default_rv&example=e2 |
- RISC-V supported (Thanks to Lucas Elvira Martín @luck5941)
- CREATOR accessibility improved up to WCAG 2.0 (Level AAA)
- Command line version of CREATOR:
- Help:
- ./creator.sh -h
- Example: creator compiles and executes the example2.txt, showing the final state:
- ./creator.sh -a architecture/MIPS-32-like.json -s examples/MIPS/example2.txt
- Example: save final state into 'salida.txt' file:
- ./creator.sh -a ./architecture/MIPS-32-like.json -s ./examples/MIPS/example2.txt --quiet > salida.txt
- Example: compare final state and the state saved on 'salida.txt' file:
- ./creator.sh -a ./architecture/MIPS-32-like.json -s ./examples/MIPS/example2.txt --quiet -r salida.txt
- Help:
- Creator now accepts three GET values:
- Preload the MIPS architecture:
- Preload example 'e3' from example set 'snips':
- Bootstrap-vue upgraded up to v2.15.0