Moysan Gabriel
|
be19031c32
|
enum visibility
|
2023-03-13 18:01:02 +01:00 |
|
Moysan Gabriel
|
5f798edb94
|
enum d'erreurs dans machine, du code pour gerer les erreurs dans le futur
|
2023-03-13 17:49:48 +01:00 |
|
François Autin
|
c75e2995e7
|
Reworked unit tests for machine and renamed test_programs directory
|
2023-03-12 00:22:16 +01:00 |
|
François Autin
|
177abfe846
|
Renamed Machine::init_machine and fixed stack overflow by allocating main_memory to the heap
|
2023-03-11 23:49:20 +01:00 |
|
François Autin
|
e1283c9c42
|
Fixed missing crate import
|
2023-03-10 19:17:41 +01:00 |
|
François Autin
|
61c9300c6a
|
Merge branch 'thread_scheduler' of gitlab.istic.univ-rennes1.fr:simpleos/burritos into thread_scheduler
|
2023-03-10 19:14:03 +01:00 |
|
Quentin Legot
|
26b75ffe8d
|
Add thread save and restore processor context
|
2023-03-10 19:11:13 +01:00 |
|
François Autin
|
95e0ac4499
|
Added partialeq trait where relevant
|
2023-03-10 19:04:22 +01:00 |
|
Quentin Legot
|
dc49951bab
|
Implemente finish (not finished yet), fix ucontext for windows
|
2023-03-10 19:03:49 +01:00 |
|
Quentin Legot
|
c140830faa
|
Adding some content to thread
|
2023-03-10 19:01:22 +01:00 |
|
Quentin Legot
|
336ccd1425
|
Add thread structure
|
2023-03-10 19:01:21 +01:00 |
|
François Autin
|
be8435cf83
|
Cleaned clippy lint warnings from machine.rs
|
2023-03-10 10:59:14 +01:00 |
|
François Autin
|
5155b62b06
|
Added proper error handling to extract_memory_method
|
2023-03-10 10:32:20 +01:00 |
|
Quentin Legot
|
d392c69535
|
Add thread save and restore processor context
|
2023-03-09 12:08:33 +01:00 |
|
Baptiste
|
075d6cb737
|
add tests run programs
|
2023-03-08 17:58:38 +01:00 |
|
François Autin
|
5e265ab27b
|
Added partialeq trait where relevant
|
2023-03-08 15:48:33 +01:00 |
|
Quentin Legot
|
8c6ef4e131
|
Implemente finish (not finished yet), fix ucontext for windows
|
2023-03-08 13:21:08 +01:00 |
|
Baptiste
|
1e2e537ec9
|
compare mem_checker and machine
|
2023-03-07 17:32:59 +01:00 |
|
Baptiste
|
d352f5dcd2
|
fix jal, branch instr & LD. + better print for machine status
|
2023-03-06 13:50:45 +01:00 |
|
Baptiste
|
6f6191ea3c
|
memory.txt can be execute
|
2023-03-05 23:49:28 +01:00 |
|
Baptiste
|
5a90419ebb
|
change memory to a vector, it can now be fill
|
2023-03-01 16:12:46 +01:00 |
|
Quentin Legot
|
77e6d74b3b
|
Adding some content to thread
|
2023-03-01 15:45:49 +01:00 |
|
Baptiste
|
73c49414ff
|
print_memory dans Machine
|
2023-03-01 15:11:35 +01:00 |
|
Quentin Legot
|
e422e65767
|
Add thread structure
|
2023-02-28 14:43:40 +01:00 |
|
Samy Solhi
|
0530d980be
|
Merge conflicts
|
2023-02-15 18:12:15 +01:00 |
|
Samy Solhi
|
82c9282f0e
|
debug loader
|
2023-02-15 18:09:18 +01:00 |
|
Baptiste
|
39b7db864a
|
calling mem_checker in main
|
2023-02-15 18:01:50 +01:00 |
|
Rémi Rativel
|
3269fa353f
|
Implemented extract_memory
|
2023-02-13 11:08:24 +01:00 |
|
Baptiste
|
8b84dee271
|
pc - 8 in one instruction
|
2023-02-08 15:05:02 +01:00 |
|
Quentin Legot
|
eab9d1c749
|
Merge branch 'decode_print' of gitlab.istic.univ-rennes1.fr:simpleos/burritos into decode_print
|
2023-02-08 14:50:01 +01:00 |
|
Quentin Legot
|
5af3a7e738
|
Remove instructions in favor of memory
|
2023-02-08 14:48:33 +01:00 |
|
Moysan Gabriel
|
027e91119b
|
waiting for machine update
|
2023-02-08 14:34:09 +01:00 |
|
Quentin Legot
|
3762547402
|
Added OPIW OPs and made some fix (see description)
Fix some warning which appear on clippy
Fix print with 2 OPIW operations
Fix doc in mod.rs
|
2023-02-04 18:16:52 +01:00 |
|
Quentin Legot
|
4302b9ce23
|
Merge branch 'decode_print' of gitlab.istic.univ-rennes1.fr:simpleos/burritos into decode_print
|
2023-02-01 17:32:19 +01:00 |
|
Quentin Legot
|
bce7047c5c
|
Convert some fp reg from array to struct call
|
2023-02-01 17:32:17 +01:00 |
|
Baptiste
|
29c1cbd388
|
Merge branch 'decode_print' of gitlab.istic.univ-rennes1.fr:simpleos/burritos into decode_print
|
2023-02-01 17:31:31 +01:00 |
|
Baptiste
|
1c6606eb35
|
impl register for floating point (from bottom)
|
2023-02-01 17:29:31 +01:00 |
|
Quentin Legot
|
658502d353
|
Convert some fp reg from array to struct call
|
2023-02-01 17:26:34 +01:00 |
|
Baptiste
|
d04072c89a
|
Merge branch 'decode_print' of gitlab.istic.univ-rennes1.fr:simpleos/burritos into decode_print
|
2023-02-01 17:14:05 +01:00 |
|
Quentin Legot
|
0e89061a03
|
Fix errors preventing compiling
|
2023-02-01 17:10:11 +01:00 |
|
Quentin Legot
|
2508cd408f
|
Merge branch 'register_impl' of gitlab.istic.univ-rennes1.fr:simpleos/burritos into register_impl
|
2023-02-01 17:04:13 +01:00 |
|
Quentin Legot
|
67ebff7ad0
|
Update registers access on RISCV_OP
|
2023-02-01 17:04:10 +01:00 |
|
Baptiste
|
1efcd73ae7
|
OPW & OP for funct7 == -1
|
2023-02-01 17:02:19 +01:00 |
|
Baptiste
|
b3fa8599ad
|
Merge branch 'decode_print' of gitlab.istic.univ-rennes1.fr:simpleos/burritos into decode_print
|
2023-02-01 16:41:57 +01:00 |
|
Baptiste
|
ff0d10edb5
|
add floating point instructions
|
2023-02-01 16:41:49 +01:00 |
|
Quentin Legot
|
069a8e5741
|
Using a struct for registers instead of an array
|
2023-02-01 16:39:40 +01:00 |
|
Quentin Legot
|
5ad42a7073
|
Revert "Add tests to machine"
This reverts commit 72b2a105f01af012c21e1a67a9f07c5b04d65bb7.
|
2023-02-01 14:30:36 +01:00 |
|
Quentin Legot
|
72b2a105f0
|
Add tests to machine
|
2023-01-27 11:15:39 +01:00 |
|
Quentin Legot
|
86ab1161e7
|
function name more consistent
|
2023-01-26 00:08:49 +01:00 |
|
Quentin Legot
|
46752df2c9
|
Add a first implementation to fix register zero issue
|
2023-01-26 00:02:22 +01:00 |
|