James E. Stine
|
e38e7aff8e
|
Minor cleanup
|
2021-04-02 08:20:44 -05:00 |
|
James E. Stine
|
82cd900b65
|
Put back imperas testbench until figure out why m_supported is running for rv64ic
|
2021-04-02 08:19:25 -05:00 |
|
James E. Stine
|
9026357350
|
Added some updates to divider - still not working all the time. Still a bug with signals within muldiv - specificaly MultDivE being modified during Execute stage. Seems to be triggered by ahblite signal.
|
2021-04-02 06:27:37 -05:00 |
|
James E. Stine
|
59dee5580c
|
Fixed some divide -still bug in AHB causing InstStall to deassert and next instruction to get into divide unit. Hope to fix soon. Divide seems to work if given enough time.
|
2021-04-01 12:30:37 -05:00 |
|
Teo Ene
|
6aed8eaea1
|
Updated MISA in coremark_bare config file
|
2021-03-31 20:39:02 -05:00 |
|
Noah Boorstin
|
ddc56d8cd7
|
busybear: clean up questa warnings
|
2021-03-31 14:02:15 -04:00 |
|
Domenico Ottolia
|
d0a78b15b7
|
Add one more test to WALLY-CAUSE, and update privileged testgen
|
2021-03-30 19:44:58 -04:00 |
|
Domenico Ottolia
|
8c7e247b58
|
Add mcause tests to testbench
|
2021-03-30 17:17:59 -04:00 |
|
Domenico Ottolia
|
ae7868b166
|
Update privileged tests generator
|
2021-03-30 16:58:46 -04:00 |
|
Domenico Ottolia
|
47648dc721
|
Add all working mcause tests
|
2021-03-30 16:55:12 -04:00 |
|
ushakya22
|
ba01d57767
|
Merge branch 'main' of https://github.com/davidharrishmc/riscv-wally into main
|
2021-03-30 15:25:07 -04:00 |
|
ushakya22
|
2b99a7657a
|
privilege tests
|
2021-03-30 15:23:47 -04:00 |
|
Noah Boorstin
|
ee3a53de7a
|
regression: use busybear batch instead
|
2021-03-25 15:34:10 -04:00 |
|
Domenico Ottolia
|
9e9fe5e9d3
|
More bug fixes for privileged tests
|
2021-03-25 15:05:55 -04:00 |
|
Brett Mathis
|
aedc96cd04
|
FPU Pipeline completed - can begin integration
|
2021-03-25 13:29:03 -05:00 |
|
Domenico Ottolia
|
fb00d0f209
|
Fix bugs with privileged tests
|
2021-03-25 14:06:05 -04:00 |
|
Noah Boorstin
|
ed37e933e5
|
busybear: stop NOPing out atomics
and bump regression to check for 800k instrs, up from 200k
|
2021-03-25 13:29:56 -04:00 |
|
David Harris
|
dea2ec280e
|
testgen-PIPELINE python startup
|
2021-03-25 13:12:18 -04:00 |
|
Shriya Nadgauda
|
e55a245948
|
adding PIPELINE tests
|
2021-03-25 13:07:25 -04:00 |
|
Teo Ene
|
7c3963547d
|
Config file for ppa experiments
|
2021-03-25 10:23:21 -05:00 |
|
David Harris
|
1158b3aa73
|
Added PPA README
|
2021-03-25 11:21:31 -04:00 |
|
Thomas Fleming
|
89a2fe5741
|
Finish finite state machines for page table walker
|
2021-03-25 02:48:40 -04:00 |
|
Thomas Fleming
|
4f01aae844
|
Merge branch 'main' of github.com:davidharrishmc/riscv-wally into main
|
2021-03-25 02:35:21 -04:00 |
|
bbracker
|
d52c71086a
|
added 1 tick delay to dtim flops
|
2021-03-25 02:23:30 -04:00 |
|
bbracker
|
5327dcfcc8
|
instrfaults not respecting stalls bugfix
|
2021-03-25 00:16:26 -04:00 |
|
bbracker
|
a8b7d7a248
|
upgraded gpio bus interface
|
2021-03-25 00:15:02 -04:00 |
|
bbracker
|
3e656fc035
|
future work comment about suspicious-looking verilog in csri.sv
|
2021-03-25 00:10:44 -04:00 |
|
Thomas Fleming
|
f2604797fb
|
Add all PMP addr registers
|
2021-03-24 21:58:33 -04:00 |
|
Teo Ene
|
1e691e120b
|
Fix typo from last commit
|
2021-03-24 17:09:58 -05:00 |
|
Teo Ene
|
9f44eb36ef
|
Merge branch 'main' of github.com:davidharrishmc/riscv-wally into main
|
2021-03-24 17:04:48 -05:00 |
|
Teo Ene
|
6a7b69ff2d
|
Updated coremark_bare testbench for IM
|
2021-03-24 17:04:43 -05:00 |
|
Katherine Parry
|
123e63b440
|
fixed various bugs in the FMA
|
2021-03-24 21:51:17 +00:00 |
|
Teo Ene
|
07f7df82e3
|
Added BPTYPE to coremark_bare config
|
2021-03-24 16:38:29 -05:00 |
|
Domenico Ottolia
|
3909158619
|
re-organize privileged tests to be in rv64p to rv32p folders
|
2021-03-24 13:51:25 -04:00 |
|
Katherine Parry
|
fb78dedae2
|
fixed various bugs in the FMA
|
2021-03-24 01:35:32 +00:00 |
|
Teo Ene
|
8556c07261
|
Added BOOTTIM to InstrAccessFaultF calculation in uncore/imem
|
2021-03-23 15:21:13 -05:00 |
|
Shreya Sanghai
|
09b90557f7
|
PC counts branch instructions
|
2021-03-23 14:25:51 -04:00 |
|
Jarred Allen
|
789c189260
|
Another tweak to regression-wally.py comments
|
2021-03-23 00:18:38 -04:00 |
|
Jarred Allen
|
2c4eda2ba3
|
Slight change to regression-wally.py comments
|
2021-03-23 00:02:40 -04:00 |
|
Noah Boorstin
|
43d23e3d9b
|
busybear: add better warning on illegal instruction
...also it seems that mret is being picked up as an illegal instruction??
|
2021-03-22 18:24:35 -04:00 |
|
Noah Boorstin
|
4160bf50b0
|
busybear: temporarially force rf[5] correct after failure to read CSR
|
2021-03-22 18:12:41 -04:00 |
|
Noah Boorstin
|
4be19421c4
|
busybear: allow overwriting read values
|
2021-03-22 17:28:44 -04:00 |
|
Noah Boorstin
|
b4166e9fd0
|
busybear: finally get the right error
|
2021-03-22 16:52:22 -04:00 |
|
bbracker
|
c3a6d6bf42
|
added delays to uart AHB signals
|
2021-03-22 15:40:29 -04:00 |
|
Noah Boorstin
|
7350b9f18f
|
busybear: comment out some debug printing
|
2021-03-22 14:54:05 -04:00 |
|
Noah Boorstin
|
c4fb51fad1
|
regression: expect 200k instead of 100k busybear instrs
and a minor busybear bugfix
|
2021-03-22 14:47:52 -04:00 |
|
bbracker
|
eea7e2e47e
|
first pass at PLIC interface
|
2021-03-22 10:14:21 -04:00 |
|
Katherine Parry
|
9af0ad815c
|
fixed various bugs in the FMA
|
2021-03-21 22:53:04 +00:00 |
|
Katherine Parry
|
fd381e60d7
|
messy FMA rewrite using section 7.5.4 in The Handbook of Floating-Point Arithmetic
|
2021-03-20 02:05:16 +00:00 |
|
bbracker
|
df51d9908d
|
AHB bugfixes and sim waveview refactoring
|
2021-03-18 18:25:12 -04:00 |
|