Skip to content
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

A Extension, Reservation Table, and Multi-threading Support #121

Draft
wants to merge 93 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
93 commits
Select commit Hold shift + click to select a range
d96aa80
ignore build files
giancarlopernudisegura May 14, 2021
e846a9d
lr.w and sc.w syntax support
giancarlopernudisegura May 14, 2021
7363378
fix sc.w instructions
giancarlopernudisegura May 15, 2021
fd13240
ReserveTable for 2 processors with shared memory
Sivachow May 25, 2021
2514a83
macOS .DS_Store
Sivachow May 25, 2021
fcac477
ReserveTable for 2 processors with shared memory
Sivachow May 25, 2021
7a12061
Merge branch 'ReservationTable' of https://github.com/giancarlopernud…
Sivachow May 25, 2021
e9022e0
Reserve Table
Sivachow May 25, 2021
e81c253
General Reserve Table
Sivachow May 27, 2021
d37dcf5
General Reserve Table 27 May
Sivachow May 27, 2021
7ea28ab
reservation table and tables
giancarlopernudisegura May 28, 2021
31a24b6
Commit
Sivachow May 28, 2021
37680f5
Small change
Sivachow May 28, 2021
815f798
basic tool
giancarlopernudisegura May 28, 2021
f555edb
28 May
Sivachow May 28, 2021
b5d07df
Merge branch 'ReservationTable' of https://github.com/giancarlopernud…
Sivachow May 28, 2021
c8bdb74
28 May
Sivachow May 28, 2021
a6000a0
integrate reservation table with lr.w and sc.w
giancarlopernudisegura May 28, 2021
f2911f9
show reservation table and help
giancarlopernudisegura May 29, 2021
af791d7
fix duplication of first cell
giancarlopernudisegura May 29, 2021
2d3e687
add table headers
giancarlopernudisegura May 29, 2021
9de9f2e
unreserve selection
giancarlopernudisegura May 29, 2021
735c061
Moved Clear to button area
Sivachow May 29, 2021
a4183fe
Modified Clear Selected
Sivachow May 29, 2021
92cefca
May 29
Sivachow May 29, 2021
d60dfb5
Reserve Table Layout
Sivachow May 29, 2021
56deb61
Reserve Table Tool
Sivachow May 29, 2021
87d0808
Changed 'Processor' to Hart'
Sivachow May 31, 2021
60d1341
change hart in help window to lowercase
giancarlopernudisegura Jun 1, 2021
22c1477
add atomic instructions example
giancarlopernudisegura Jun 2, 2021
21ef508
redefine all atomic instructions to be R type
giancarlopernudisegura Jun 2, 2021
ba9fd8e
parent AMO class
giancarlopernudisegura Jun 2, 2021
7a66fa1
Fixing the glue before clearselect
Sivachow Jun 3, 2021
ce33c92
Merge branch 'master' of https://github.com/giancarlopernudisegura/rars
Sivachow Jun 3, 2021
888a561
unreserve address on regular store
giancarlopernudisegura Jun 6, 2021
1cf1ea4
implement rest of 32-bit atomic instructions
giancarlopernudisegura Jun 6, 2021
8b0ce6e
Added To GUI
Sivachow Jun 7, 2021
3a5ab65
atomic 64-bit support
giancarlopernudisegura Jun 7, 2021
665ec73
GUI for Harts
Sivachow Jun 8, 2021
4fd92f5
Added the GUI for Harts
Sivachow Jun 8, 2021
58c3f05
Bug fix for Window GUI
Sivachow Jun 9, 2021
30d37fd
Merge branch 'TheThirdOne:master' into master
giancarlopernudisegura Jun 9, 2021
4875de9
categorize atomic instructions in statistics tool
giancarlopernudisegura Jun 9, 2021
095b715
update getInstructionCategory description for instruction support
giancarlopernudisegura Jun 9, 2021
9cf6d0a
add mhartid csr
giancarlopernudisegura Jun 9, 2021
a72d74e
sc.w/d returns unspecified failiure
giancarlopernudisegura Jun 9, 2021
d3c92b3
Moving the Harts to Globals
Sivachow Jun 10, 2021
9970c10
Merge branch 'master' of https://github.com/giancarlopernudisegura/rars
Sivachow Jun 10, 2021
0e17170
Documentation
Sivachow Jun 10, 2021
0cc3815
add rv32a unit tests
giancarlopernudisegura Jun 11, 2021
895bfb7
Fixed bugs for more than One Hart
Sivachow Jun 11, 2021
988346a
add rv64a unit tests
giancarlopernudisegura Jun 11, 2021
fc77595
All Harts work alike
Sivachow Jun 16, 2021
35cda76
fix sc on 64-bit mode
giancarlopernudisegura Jun 18, 2021
f703297
rename atomic example
giancarlopernudisegura Jun 18, 2021
85c7e75
Mannual Harts selection
Sivachow Jun 23, 2021
75d834b
MultiThreading Works except LR.W and SC.W
Sivachow Jun 23, 2021
2020e7a
reopen reservation table tool on hart update
giancarlopernudisegura Jun 23, 2021
cb52a90
add hart variable to ProgramStatement
giancarlopernudisegura Jun 24, 2021
85a9631
maximise text segment on extra hart windows
giancarlopernudisegura Jun 24, 2021
a795b31
add harts cli argument
giancarlopernudisegura Jul 8, 2021
c4feba9
Hart -1 independent, needs bug fixes
Sivachow Jul 9, 2021
6d4ae4f
Merge branch 'master' of https://github.com/giancarlopernudisegura/rars
Sivachow Jul 9, 2021
54661e8
Immediate and Arithmatic support
Sivachow Jul 13, 2021
2f6992d
add run buttons to secondary hart windows
giancarlopernudisegura Jul 13, 2021
1b33010
Harts works dependent with main Hart
Sivachow Jul 20, 2021
d606cf1
Updating registers work
Sivachow Jul 20, 2021
566200f
Highlightung works with few bugs
Sivachow Jul 22, 2021
7534aed
sync action buttons with main window
giancarlopernudisegura Jul 22, 2021
ff2c506
set terminal state independent
giancarlopernudisegura Jul 23, 2021
5509ea0
extend Zicsr for multithread support
giancarlopernudisegura Jul 26, 2021
01262f3
update cycle, instret, time csr on secondary harts
giancarlopernudisegura Jul 29, 2021
91a945a
fix component not found error
giancarlopernudisegura Aug 3, 2021
cc5db18
enable multithreaded branching
giancarlopernudisegura Aug 5, 2021
44ed41c
reset pc on reassemble for secondary harts
giancarlopernudisegura Aug 5, 2021
4da0506
add per hart execution setting
giancarlopernudisegura Aug 6, 2021
aeb5dc8
extend traps and interuptions to multithread
giancarlopernudisegura Aug 12, 2021
3b535d6
extend all but float instructions to multithread
giancarlopernudisegura Aug 13, 2021
3249da4
extend store instructions to multithread
giancarlopernudisegura Aug 13, 2021
1895866
multithread f+d extensions
giancarlopernudisegura Aug 17, 2021
0b3453d
fix negative references on secondary harts
giancarlopernudisegura Aug 17, 2021
6682000
PC register Fix
Sivachow Aug 20, 2021
5c4f453
fix (but not completely) highlighting on secondary harts
giancarlopernudisegura Aug 24, 2021
b3d1cfd
set menu state terminated general venus ui
giancarlopernudisegura Aug 24, 2021
f4c4a7c
Ecall Fixed 💀
Sivachow Aug 24, 2021
e97482d
multithread getting null strings
giancarlopernudisegura Aug 26, 2021
6818d53
fix GeneralVenusUI constructor
giancarlopernudisegura Aug 26, 2021
7451ae9
fix reservation table update call
giancarlopernudisegura Aug 26, 2021
39e59a6
fix syscall open and read multithreading
giancarlopernudisegura Aug 26, 2021
2e3a5db
Sys call Fixes :)
Sivachow Aug 26, 2021
eddb11b
Sys call Update
Sivachow Aug 30, 2021
c8a6dce
fix opening hart 2+
giancarlopernudisegura Aug 31, 2021
6371a8f
remove unnecessary syscall import
giancarlopernudisegura Sep 1, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change hart in help window to lowercase
  • Loading branch information
giancarlopernudisegura authored Jun 1, 2021
commit 60d1341ce03faed2619d1dc6208d0a86a4d415c6
8 changes: 4 additions & 4 deletions src/rars/tools/ReservationTablesTool.java
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ public String getName() {
protected JComponent getHelpComponent() {
final String helpContent = "Use this tool to simulate atomic operations such as store conditional.\n"
+ "While this tool is connected to the program, the table below shows the\n"
+ "reservation table for each Hart. Addresses reserved by a Hart\n"
+ "will appear under that Hart's column. You can release an address,\n"
+ "which will release that address across all the Hart's tables in\n"
+ "order to simulate some other Hart performing a store conditional.\n"
+ "reservation table for each hart. Addresses reserved by a hart\n"
+ "will appear under that hart's column. You can release an address,\n"
+ "which will release that address across all the hart's tables in\n"
+ "order to simulate some other hart performing a store conditional.\n"
+ "(contributed by Giancarlo Pernudi Segura, pernudi@ualberta.ca) &"
+ "\n Siva Chowdeswar Nandipati (sivachow@ualberta.ca)";
JButton help = new JButton("Help");
Expand Down