-
Notifications
You must be signed in to change notification settings - Fork 541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sam #2220
Sam #2220
Commits on Sep 1, 2024
-
darotsr committed
Sep 1, 2024 Configuration menu - View commit details
-
Copy full SHA for 6985174 - Browse repository at this point
Copy the full SHA 6985174View commit details
Commits on Sep 2, 2024
-
daro committed
Sep 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 6441277 - Browse repository at this point
Copy the full SHA 6441277View commit details
Commits on Sep 4, 2024
-
ISOLDE simple_system inital revision
darotsr committedSep 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 7f8c47a - Browse repository at this point
Copy the full SHA 7f8c47aView commit details
Commits on Sep 5, 2024
-
darotsr committed
Sep 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 9dfe1ec - Browse repository at this point
Copy the full SHA 9dfe1ecView commit details -
modified start-up code, ecall shall end the simulation
darotsr committedSep 5, 2024 Configuration menu - View commit details
-
Copy full SHA for ecbbeb5 - Browse repository at this point
Copy the full SHA ecbbeb5View commit details
Commits on Sep 7, 2024
-
inital version of rtl/isolde_fetch_vleninstr.sv
daro authored and daro committedSep 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 7894c40 - Browse repository at this point
Copy the full SHA 7894c40View commit details
Commits on Sep 8, 2024
-
WIP fetch variable lenght instructions
daro committedSep 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 8cbbe54 - Browse repository at this point
Copy the full SHA 8cbbe54View commit details -
first attempt to variable length fetch, not working yet
daro committedSep 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 0274ff8 - Browse repository at this point
Copy the full SHA 0274ff8View commit details
Commits on Sep 9, 2024
-
bugfixing rtl/isolde_fetch_vleninstr.sv
daro committedSep 9, 2024 Configuration menu - View commit details
-
Copy full SHA for a9079af - Browse repository at this point
Copy the full SHA a9079afView commit details
Commits on Sep 11, 2024
-
daro committed
Sep 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 53775e9 - Browse repository at this point
Copy the full SHA 53775e9View commit details -
WIP: fetching a batch of instruction, initial FSM for decoding variab…
…le length instructions
daro committedSep 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 2e1af7e - Browse repository at this point
Copy the full SHA 2e1af7eView commit details
Commits on Sep 15, 2024
-
Bugfix FSM for decoding variable length instructions
daro committedSep 15, 2024 Configuration menu - View commit details
-
Copy full SHA for d148a60 - Browse repository at this point
Copy the full SHA d148a60View commit details
Commits on Sep 16, 2024
-
work in progress: llvm toolchain
darotsr committedSep 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 9359f22 - Browse repository at this point
Copy the full SHA 9359f22View commit details -
LLVM toolchain from https://github.com/riscv-collab/riscv-gnu-toolcha…
darotsr committedSep 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 6230ab8 - Browse repository at this point
Copy the full SHA 6230ab8View commit details
Commits on Sep 17, 2024
-
refactored isolde/sw/simple_system/common/simple_system_common.c for …
…LLVM compiler
daro committedSep 17, 2024 Configuration menu - View commit details
-
Copy full SHA for d35937d - Browse repository at this point
Copy the full SHA d35937dView commit details -
daro committed
Sep 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 397bd5a - Browse repository at this point
Copy the full SHA 397bd5aView commit details
Commits on Sep 19, 2024
-
initial version of ISOLDE register file
daro committedSep 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 865982b - Browse repository at this point
Copy the full SHA 865982bView commit details
Commits on Sep 20, 2024
-
work in progress: ISOLDE register file
daro committedSep 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 2ad3c57 - Browse repository at this point
Copy the full SHA 2ad3c57View commit details
Commits on Sep 21, 2024
-
initial implementation of vle32.q extended ISOLDE instruction
daro committedSep 21, 2024 Configuration menu - View commit details
-
Copy full SHA for e129216 - Browse repository at this point
Copy the full SHA e129216View commit details -
bugfix in rtl/isolde_decoder.sv
daro committedSep 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 8108019 - Browse repository at this point
Copy the full SHA 8108019View commit details -
daro committed
Sep 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 3d67c37 - Browse repository at this point
Copy the full SHA 3d67c37View commit details
Commits on Sep 22, 2024
-
inital version of isolde_fetch2exec_if
daro committedSep 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 8edef1c - Browse repository at this point
Copy the full SHA 8edef1cView commit details -
added rtl/isolde_exec_block.sv
daro committedSep 22, 2024 Configuration menu - View commit details
-
Copy full SHA for c199a74 - Browse repository at this point
Copy the full SHA c199a74View commit details
Commits on Sep 23, 2024
-
refactored rtl/isolde_register_file_ff.sv
daro committedSep 23, 2024 Configuration menu - View commit details
-
Copy full SHA for b26686b - Browse repository at this point
Copy the full SHA b26686bView commit details -
darotsr committed
Sep 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 1f3fa30 - Browse repository at this point
Copy the full SHA 1f3fa30View commit details -
improved rtl/isolde_exec_block.sv
daro committedSep 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 7755227 - Browse repository at this point
Copy the full SHA 7755227View commit details
Commits on Sep 24, 2024
-
extended x register file with additional read ports
daro committedSep 24, 2024 Configuration menu - View commit details
-
Copy full SHA for b44f010 - Browse repository at this point
Copy the full SHA b44f010View commit details
Commits on Sep 29, 2024
-
new target, flist, for isolde/simple_system/Makefile
darotsr committedSep 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 5f9e027 - Browse repository at this point
Copy the full SHA 5f9e027View commit details -
darotsr committed
Sep 29, 2024 Configuration menu - View commit details
-
Copy full SHA for e212b7d - Browse repository at this point
Copy the full SHA e212b7dView commit details
Commits on Sep 30, 2024
-
darotsr committed
Sep 30, 2024 Configuration menu - View commit details
-
Copy full SHA for a7d4fc4 - Browse repository at this point
Copy the full SHA a7d4fc4View commit details -
darotsr committed
Sep 30, 2024 Configuration menu - View commit details
-
Copy full SHA for 52ea330 - Browse repository at this point
Copy the full SHA 52ea330View commit details -
added new tests: dhrystone, fibonacci
darotsr committedSep 30, 2024 Configuration menu - View commit details
-
Copy full SHA for d49750a - Browse repository at this point
Copy the full SHA d49750aView commit details
Commits on Oct 1, 2024
-
refactored isolde/simple_system/Makefile
daro committedOct 1, 2024 Configuration menu - View commit details
-
Copy full SHA for 5f4dc88 - Browse repository at this point
Copy the full SHA 5f4dc88View commit details
Commits on Oct 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 809ca51 - Browse repository at this point
Copy the full SHA 809ca51View commit details