Natheir Abu-Dahab
6e00eaaeee
Merge branch 'master' into master
3 weeks ago
Andrew Waterman
dbb30bb31a
Merge pull request #2282 from v-efimov/master
added is_client_connected method to remote_bitbang class
3 weeks ago
Andrew Waterman
4bf7da7d73
Merge pull request #2281 from demin-han/master
Fix condition for setting critical_error
3 weeks ago
Vladimir Efimov
89cb870ed8
added is_client_connected method to remote_bitbang class
3 weeks ago
demin.han
705b414de8
Fix condition for setting critical_error
3 weeks ago
Natheir Abu-Dahab
e8369a74a3
Merge branch 'master' into master
4 weeks ago
Andrew Waterman
770ce31f75
Merge pull request #2275 from nibrunieAtSi5/fixing-invalid-bdot
[#2273 ][bulknormdot] fixing spurious invalid flag in bulk_norm_dot_no_mult
4 weeks ago
Andrew Waterman
aa9dd6aeda
Merge pull request #2278 from riscv-software-src/reduce-virtual-calls-chunk
refactor: remove excessive chunk_max_size calls
4 weeks ago
Alexander Romanov
f369386d5a
refactor: remove excessive chunk_max_size calls
These calls are virtual and cause notable overhead
1 month ago
Nicolas Brunie
41c31ce427
[ #2273 ][bulknormdot] fixing spurious invalid flag in bulk_norm_dot_no_mult
Bulk normalized dot product is expected to raise the invalid flag if two products with infinite values and opposite signs are added.
Spike function failed to consider the second operand of a product when determining whether the product had infinite value or not, and missed the exclusion of NaN and zero from this case.
The zero case is quiet, because it happens for inf * zero which is expected to raise the invalid flag. The qNaN case is not quiet and can cause the apparition of a spurious invalid flag when none were expected.
1 month ago
nabudahab
1349b73d58
add comment to spike.cc and clean up code in sim.cc
1 month ago
Natheir Abu-Dahab
4e20e447a9
Merge branch 'master' into master
1 month ago
Andrew Waterman
434570f5a6
Merge pull request #2266 from riscv-software-src/zama16b
Implement Zama16b extension
1 month ago
Andrew Waterman
f05baff9f4
Remove unused UNUSED
1 month ago
Andrew Waterman
4172e1a2cc
Implement Zama16b extension
1 month ago
Andrew Waterman
5ea492ac8d
Check triggers for store_slow_path with !actually_store
Fixes #2262
1 month ago
Andrew Waterman
79ac5e9368
Correctly check for misalignment on SC/AMO
1 month ago
Andrew Waterman
0d05926e3e
Convert ssamoswap load traps to store traps
The difference can manifest when checking triggers.
1 month ago
Andrew Waterman
2219879651
Use underscore to indicate unused tuple field
1 month ago
Andrew Waterman
a515bc5205
Remove extraneous comment
1 month ago
Andrew Waterman
0ad45926ac
Merge pull request #2265 from bwv846/mop_rr_7
Fix duplicate addition of mop_rr_7
1 month ago
Hasmet Akgun
80a1c934d4
Fix duplicate addition of mop_rr_7
1 month ago
Natheir Abu-Dahab
8f38d28b43
Merge branch 'master' into master
1 month ago
Andrew Waterman
5eeeb91efa
Merge pull request #2263 from CircuitSutra/fix_dts_compile_api_hang
Fixed dtc_compile API hangs as child process waits to perform "exit()" instead of "_exit()".
1 month ago
cst-saswatm
276be7383b
updated child process exit to _exit
1 month ago
Andrew Waterman
a6fb7578c9
Merge pull request #2261 from riscv-software-src/fix-bulk-norm
Bulk normalization granularity is based on VLMAX, not vl
1 month ago
Andrew Waterman
108cf836cb
Bulk normalization granularity is based on VLMAX, not vl
1 month ago
Andrew Waterman
170f398cd4
Merge pull request #2251 from hirooih/make-the-executable-path-relative-from-spike
make the executable path relative from spike
1 month ago
Andrew Waterman
509bec19b0
Merge pull request #2253 from 5265325/feat/zvzip
Add Zvzip extension.
2 months ago
Zhibo Hong
848474582d
Add Zvzip extension.
2 months ago
Andrew Waterman
204b88deda
Merge pull request #2255 from binno/rvv_crypto_fix
disasm: Do not imply Zvbb from RVV crypto groups (#146 )
2 months ago
Binno Shen
cd58db2ba7
Merge branch 'master' into rvv_crypto_fix
2 months ago
Andrew Waterman
e6b1a9df4e
Merge pull request #2254 from 5265325/feat/svvptc
Add Svvptc extension.
2 months ago
Michelle Wu
e06eae1039
disasm: Do not imply Zvbb from RVV crypto groups ( #146 )
Remove EXT_ZVBB enablement from Zvkn, Zvknc, Zvkng, Zvks, Zvksc, Zvksg
• Zvkn = Zvkned + Zvknhb + Zvkb + Zvkt
• Zvknc = Zvkn + Zvbc
• Zvkng = Zvkn + Zvkg
• Zvks = Zvksed + Zvksh + Zvkb + Zvkt
• Zvksc = Zvks + Zvbc
• Zvksg = Zvks + Zvkg
2 months ago
Zhibo Hong
38f162ccd0
Add Svvptc extension.
2 months ago
Hiroo HAYASHI
b386d87922
make the executable path relative from spike
If the relative path cannot be found, use the current PREFIX.
Signed-off-by: Hiroo HAYASHI <24754036+hirooih@users.noreply.github.com>
2 months ago
Andrew Waterman
76ced61f54
Merge pull request #2209 from 5265325/feat/zvabd
Add Zvabd extension.
2 months ago
Zhibo Hong
3bfe3ce5ee
Add Zvabd extension.
6 months ago
Andrew Waterman
5968cbe53e
Merge pull request #2242 from Steven-Li-Xiaogang/master
fix M-mode access scountovf according to Sscofpmf Version V1.0
2 months ago
nabudahab
c76d96d9cd
Squashed PR 2199: Fix initialization bugs and merge conflicts with per-hart start PCs
2 months ago
steven
926d1c01d8
fix M-mode access scountovf according to Sscofpmf Version V1.0
2 months ago
Andrew Waterman
591cff1610
Merge pull request #2207 from riscv-software-src/fix-2206
Only set mstatus.VS for legal vector instructions
3 months ago
Andrew Waterman
a437348306
Retire dirty_vs_state macro
Reduce chance that it gets misused again in the future.
3 months ago
Andrew Waterman
a665eb0337
Don't write vstart in set_vl
All callers (the vector_unit constructor and the vsetvl instructions)
already initialize or otherwise zero vstart.
3 months ago
Andrew Waterman
ea29ce276c
Make sure VS is set on fault-only-first loads in all cases
We weren't setting it in the case that an exception was detected on
element 0, which is technically OK since no state changed, but is
inconsistent with how we handle regular vector loads.
3 months ago
Andrew Waterman
17682e173d
Make all vector ALU instructions invoke VECTOR_END, dirtying VS
dirty_vs_state is therefore no longer needed at the top in
require_vector.
Furthermore, the vstart write in VECTOR_END dirties VS, so
dirty_vs_state is not needed.
4 months ago
Andrew Waterman
e8e3a747d5
Dramatically simplify whole-register loads/stores
This makes the vstart/VS handling identical to regular vector loads/stores
3 months ago
Andrew Waterman
ae1531c207
Merge pull request #2239 from riscv-software-src/fix-2238
Make minstretcfg/mcyclecfg privilege bits read-only zero as appropriate
3 months ago
Andrew Waterman
114be91bbe
Remove incorrect use of static variable
It prevents modeling mixed RV32/RV64 systems.
3 months ago
Andrew Waterman
0714f0f588
Simplify masking of mnstatus bits when H is toggled
3 months ago