Ross Thompson
|
c2b0e61466
|
Removed WalkerInstrPageFault from icache, privilege unit, lsu, and hptw.
|
2021-12-28 12:33:07 -06:00 |
|
David Harris
|
0c57b61ace
|
Merge branch 'main' of https://github.com/davidharrishmc/riscv-wally into main
|
2021-12-20 21:09:20 -08:00 |
|
David Harris
|
001c39d8eb
|
Fixing paths in wally-setup.sh
|
2021-12-20 21:08:34 -08:00 |
|
Ross Thompson
|
53736096a6
|
Merge branch 'main' of github.com:davidharrishmc/riscv-wally into main
|
2021-12-20 10:03:19 -06:00 |
|
David Harris
|
193885c958
|
Moved generate of conditional units to hart
|
2021-12-19 17:03:57 -08:00 |
|
David Harris
|
1196e5c191
|
Moved generate statements for optional units into wallypipelinedhart
|
2021-12-19 16:53:41 -08:00 |
|
Ross Thompson
|
0257c08641
|
Renamed MemAdrM to IEUAdrM. This will free the name MemAdrm for use in the DCache.
|
2021-12-19 14:00:30 -06:00 |
|
Ross Thompson
|
79ec4161b6
|
Added more debugging code for FPGA.
|
2021-12-17 14:40:25 -06:00 |
|
kwan
|
5ede8126fd
|
priviledge .* removed, passed regression
|
2021-12-13 00:34:43 -08:00 |
|
kwan
|
b05bc3c19e
|
test
|
2021-12-13 00:31:51 -08:00 |
|
kwan
|
83dae9d774
|
priviledge .* fixed, passed local regression
|
2021-12-13 00:22:01 -08:00 |
|
kwan
|
96ac298596
|
Priviledged .* removed
|
2021-12-12 09:55:45 -08:00 |
|
kwan
|
471f267987
|
Privilige .*s removed
|
2021-12-12 09:54:14 -08:00 |
|
David Harris
|
708b914a65
|
Lint cleanup from wallypipeliendhart
|
2021-10-23 10:29:52 -07:00 |
|
Ross Thompson
|
bb3e94d68a
|
Modified the preformance counter's InstRet to include ECALL and EBREAK by changing the hazard logic so these instructions don't self flush the W stage.
|
2021-08-23 15:46:17 -05:00 |
|
Kip Macsai-Goren
|
bb8ec549a7
|
fixed issue with tlbflush remaining high during a stalled sfence instruction
|
2021-07-21 17:43:36 -04:00 |
|
Ross Thompson
|
ae2371f2ce
|
Added performance counters for dcache access and dcache miss.
|
2021-07-19 22:12:20 -05:00 |
|
David Harris
|
49ec45d04d
|
hptw: Removed NonBusTrapM from LSU
|
2021-07-17 15:22:24 -04:00 |
|
Ross Thompson
|
4549a9f1c9
|
Merge branch 'main' into dcache
|
2021-07-15 11:55:20 -05:00 |
|
Ross Thompson
|
e17de4eb11
|
Separated interruptM into PendingInterruptM and InterruptM. The d cache now takes in both exceptions and PendingInterrupts.
This solves the committedM issue.
|
2021-07-14 15:00:33 -05:00 |
|
Katherine Parry
|
b9edbb15eb
|
Fixed writting MStatus FS bits
|
2021-07-13 13:22:04 -04:00 |
|
Katherine Parry
|
acdd2e4504
|
Fixed writting MStatus FS bits
|
2021-07-13 13:20:30 -04:00 |
|
David Harris
|
68d1f87101
|
Fixed InstrValid from W to M stage for CSR performance counters
|
2021-07-13 13:19:13 -04:00 |
|
Ross Thompson
|
d85bf23af3
|
Merged several of the load/store/instruction access faults inside the mmu.
Still need to figure out what is wrong with the generation of load page fault when dtlb hit.
|
2021-07-06 13:43:53 -05:00 |
|
David Harris
|
6785ed9994
|
Implemented TSR, TW, TVM, MXR status bits
|
2021-07-06 01:32:05 -04:00 |
|
David Harris
|
a5c0dc8c81
|
Fixed MPRV and MXR checks in TLB
|
2021-07-04 13:20:29 -04:00 |
|
David Harris
|
b5df9b282d
|
Added support for PMP lock bits in csrm and repartitioned design to pass around 8-bit PMPCFG entries
|
2021-07-04 11:39:59 -04:00 |
|
David Harris
|
648c09e5ef
|
Optimized PMP checker logic and added support for configurable number of PMP registers
|
2021-07-02 11:04:13 -04:00 |
|
bbracker
|
ced5039776
|
Revert "fixed forwarding"
This reverts commit 0f4a4a6ade .
|
2021-06-24 17:39:37 -04:00 |
|
bbracker
|
0f4a4a6ade
|
fixed forwarding
|
2021-06-24 11:20:21 -04:00 |
|
David Harris
|
aef408af58
|
Reversed [0:...] with [...:0] in bus widths across the project
|
2021-06-21 01:17:08 -04:00 |
|
David Harris
|
e03912f64c
|
Cleaned up name of MTIME register in CSRC
|
2021-06-18 07:53:49 -04:00 |
|
bbracker
|
7d1469a06c
|
provide time and timeh CSRs based on CLINT's counter
|
2021-06-17 08:38:30 -04:00 |
|
bbracker
|
7a652139b5
|
mcause test fixes and s-mode interrupt bugfix
|
2021-06-16 17:37:08 -04:00 |
|
David Harris
|
79ee817d91
|
Reverted MIDELEG and MEDELEG to XLEN so busybear passes
|
2021-06-10 23:47:32 -04:00 |
|
David Harris
|
9dd3857c26
|
Fixed lint WIDTH errors
|
2021-06-09 20:58:20 -04:00 |
|
David Harris
|
9a17556de4
|
Start to parameterize number of PMP Entries
|
2021-06-08 15:29:22 -04:00 |
|
bbracker
|
17960a6484
|
Ah big ole merge! Passes sim-wally-batch and linting, so should be fine
|
2021-06-08 12:41:25 -04:00 |
|
bbracker
|
5026a42fac
|
* GPIO comprehensive testing
* MEPC more aware if M stage has actually committed
* UART interrupt testing progress
* UART added read IIR side effect of lowering THRE intr
|
2021-06-08 12:32:46 -04:00 |
|
David Harris
|
1e67db2f0c
|
Second attept to commit refactoring config files
|
2021-06-07 12:37:46 -04:00 |
|
Kip Macsai-Goren
|
d69501c4fa
|
Cleaned up some unused signals
|
2021-06-04 21:04:19 -04:00 |
|
Kip Macsai-Goren
|
b99b5f8e0e
|
moved privilege dfinitions into wally-constants, upgraded relevant includes
|
2021-06-04 17:55:07 -04:00 |
|
Kip Macsai-Goren
|
7e41b17e65
|
restructured so that pma/pmp are a part of mmu
|
2021-06-04 17:05:07 -04:00 |
|
David Harris
|
b836679ae1
|
Started MMU
|
2021-06-04 11:59:14 -04:00 |
|
bbracker
|
28abd28b1f
|
fixed InstrValid signals and implemented less costly MEPC loading
|
2021-06-02 10:03:19 -04:00 |
|
bbracker
|
a45b61ede9
|
turns out I should not have tried renaming FStallD to FPUStallD because that name was already used! All the same it does feel weird to have two such signals floating around \(ah pun!\)
|
2021-05-28 23:11:37 -04:00 |
|
Katherine Parry
|
409438bc95
|
floating point infinite loop removed from imperas tests
|
2021-05-18 10:42:51 -04:00 |
|
Thomas Fleming
|
86a93d77b4
|
Implement PMP checker and revise PMA checker
|
2021-05-03 17:37:42 -04:00 |
|
Thomas Fleming
|
94d734cca9
|
Merge branch 'main' of github.com:davidharrishmc/riscv-wally into main
Conflicts:
wally-pipelined/src/ebu/ahblite.sv
|
2021-05-03 14:02:19 -04:00 |
|
Katherine Parry
|
9252d08b41
|
fpu imperas tests run
|
2021-05-01 02:18:01 +00:00 |
|