index
:
RISC-VECTOR.git
master
A simulator for the custom RISC-V[ECTOR] ISA written in C++
bd
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
38 hours
Remove I_VECT field types
bd
38 hours
Replaced STOREV with LOADV
bd
2 days
Fix bug where too many vector elements were written back
bd
2 days
Fix off-by-one in CEV equal
bd
2 days
Fix overflow/underflow conditions in vector ops
bd
2 days
Separate ex advance into methods handling different field types
bd
2 days
Rename load/store vector to i_vector
bd
2 days
Add type field to InstrDTO, required for next refactor
bd
2 days
Fix issue where decode would overwrite raw bits while in use
bd
2 days
Further small simplifications
bd
2 days
Combine read_vec_guard and read_guard using templates
bd
2 days
Fix tests to use correct register indexes with vector addition
bd
2 days
Fix other instances of the same bug
bd
2 days
Fix new bug where s3 was not assigned with r type
bd
4 days
Use templates rather than two write guard methods
bd
4 days
Move is_logical_type and is_vector_type to instr.h
bd
13 days
Merge remote-tracking branch 'origin/master' into bdunahu
bd
13 days
Add screenshot of RISC V[ECTOR] to the README
bd
13 days
Merge pull request #77 from bdunahu/bdunahu
Siddarth Suresh
14 days
Fix vector register display from accessing oobs, REM instr display
bd
2025-04-28
Merge pull request #76 from bdunahu/bdunahu
Siddarth Suresh
2025-04-28
Fix bug with pipeline blockage, swap DRAM delay to 100
bd
2025-04-28
Merge pull request #75 from bdunahu/dev-sid2
bd
2025-04-28
Fix register display issue
Siddarth-Suresh
2025-04-28
Merge pull request #74 from bdunahu/bdunahu
Siddarth Suresh
2025-04-27
version bump
bd
2025-04-27
Make cache generation more reasonable
bd
2025-04-28
Merge pull request #69 from bdunahu/vector_ext
bd
2025-04-27
Fix UI display to not be ridged
bd
2025-04-27
Fix push/pop instruction
bd
2025-04-27
Bug fixes
Siddarth-Suresh
2025-04-27
Basic register display
bd
2025-04-27
Merge remote-tracking branch 'origin/bdunahu' into vector_ext
bd
2025-04-27
Add files for new RegisterView class
bd
2025-04-27
Merge remote-tracking branch 'origin/master' into vector_ext
bd
2025-04-27
Adjust storage display size
bd
2025-04-27
WB and MEM changes for vectors
Siddarth-Suresh
2025-04-27
Make the storage display bigger
bd
2025-04-27
Make spinbox arrows invert colors when pressed
bd
2025-04-27
Make spinbox arrows visible
bd
2025-04-27
Fix styles
bd
2025-04-27
Use spinboxes to select cache levels
bd
2025-04-27
Report status correctly when steps have finished running
bd
2025-04-27
Merge pull request #68 from bdunahu/bdunahu
Siddarth Suresh
2025-04-27
Add a slider value for 100 million cycles
bd
2025-04-27
Add two new high-value step options in the step slider
bd
2025-04-27
EX changes for LOADV and STOREV
Siddarth-Suresh
2025-04-27
Adjust cache size generation algorithm
bd
2025-04-27
LOADV Changes
Siddarth-Suresh
2025-04-26
Ensure each tab is linked to correct cache object
bd
[next]