David Harris
|
ad44835e6e
|
hptw: Simplified TranslationVAdr calculation based just on DTLBWalk
|
2021-07-17 14:16:33 -04:00 |
|
David Harris
|
af02437c3a
|
hptw: renamed DTLBMissQ to DTLBWalk
|
2021-07-17 14:13:00 -04:00 |
|
David Harris
|
8e966b37f2
|
hptw: renamed ADRE to ADR
|
2021-07-17 14:02:59 -04:00 |
|
David Harris
|
95d49e4e9b
|
hptw: replaced PreviousWalkerState with a PageType FSM
|
2021-07-17 13:54:58 -04:00 |
|
David Harris
|
964f0d9f53
|
hptw: removed ITLBMissFQ
|
2021-07-17 13:44:08 -04:00 |
|
David Harris
|
9741b01465
|
hptw: minor cleanup
|
2021-07-17 13:40:12 -04:00 |
|
David Harris
|
ee784c19a5
|
hptw: Simplifed out AnyTLBMiss
|
2021-07-17 12:07:51 -04:00 |
|
David Harris
|
40989c4e3d
|
hptw: Renamed Memstore to MemWrite
|
2021-07-17 12:01:43 -04:00 |
|
David Harris
|
ddd9110f7b
|
hptw: Merged RV32/64 FSMs
|
2021-07-17 11:55:24 -04:00 |
|
David Harris
|
36a8d23222
|
hptw: FSM simplification
|
2021-07-17 11:41:43 -04:00 |
|
David Harris
|
6d28f3fe08
|
hptw: default state should be unreachable
|
2021-07-17 11:33:16 -04:00 |
|
David Harris
|
ef83a44c4d
|
hptw: factored Misaligned
|
2021-07-17 11:31:16 -04:00 |
|
David Harris
|
e3b26b7b23
|
hptw: factored HPTWRead
|
2021-07-17 11:25:59 -04:00 |
|
David Harris
|
1bbc932bfd
|
hptw: factored HPTWRead
|
2021-07-17 11:25:52 -04:00 |
|
David Harris
|
37cc2ca30f
|
hptw: factored pregen
|
2021-07-17 11:11:10 -04:00 |
|
David Harris
|
1595e4f992
|
HPTW: more cleanup
|
2021-07-17 04:55:01 -04:00 |
|
David Harris
|
b74f3b14ec
|
HPTW: factored out DTLBWrite/ITLBWrite
|
2021-07-17 04:44:23 -04:00 |
|
David Harris
|
9775294a6f
|
HPTW: factored out PageTableENtry
|
2021-07-17 04:40:01 -04:00 |
|
David Harris
|
f168bd6749
|
more cleaning up FSM
|
2021-07-17 04:35:51 -04:00 |
|
David Harris
|
e2600bc55d
|
cleaning up FSM
|
2021-07-17 04:26:41 -04:00 |
|
David Harris
|
52a7dd9ac0
|
Simplify FSM
|
2021-07-17 04:12:31 -04:00 |
|
David Harris
|
31a3b39e5c
|
Pulled TranslationPAdr mux out of HPTW FSM
|
2021-07-17 04:06:26 -04:00 |
|
David Harris
|
7eb03c2ff6
|
Simplified bad PTE detection
|
2021-07-17 03:30:17 -04:00 |
|
David Harris
|
b8ee8a8ce0
|
Pulled out shared PTEReg
|
2021-07-17 03:21:09 -04:00 |
|
David Harris
|
d3974fafdd
|
Flip-flop clean-up
|
2021-07-17 03:15:47 -04:00 |
|
David Harris
|
de72dff382
|
Flip-flop clean-up
|
2021-07-17 03:12:24 -04:00 |
|
David Harris
|
a5ac606dda
|
Flip-flop clean-up
|
2021-07-17 03:10:17 -04:00 |
|
David Harris
|
2b0f8e9cf6
|
Started pagetablewalker cleanup: combined state flops shared for both RV versions
|
2021-07-17 02:53:52 -04:00 |
|
David Harris
|
fe8910437a
|
Replaced separate PageTypeF and PageTypeM with common PageType
|
2021-07-17 02:31:23 -04:00 |
|
Ross Thompson
|
d3715acf2d
|
Fixed walker fault interaction with dcache.
|
2021-07-16 12:22:13 -05:00 |
|
Ross Thompson
|
5ca7dc619c
|
Updated the ptw, lsuarb and dcache to hopefully solve the interlock issues.
|
2021-07-16 11:12:57 -05:00 |
|
Kip Macsai-Goren
|
ba5bb12e26
|
Still broken, midway through fixing understanding of how ptw and datacache interact in time especially wrt adrE, adrM, faults, and tlb interaction.
|
2021-07-15 18:30:29 -04:00 |
|
Ross Thompson
|
c39a228266
|
Fixed how the dcache and page table walker stall cpu so that once a tlb miss occurs the CPU is always stalled until the walk is complete, the tlb updated, and the dcache fetched and hits.
|
2021-07-15 11:00:42 -05:00 |
|
Ross Thompson
|
6163629204
|
Finally have the ptw correctly walking through the dcache to update the itlb.
Still not working fully.
|
2021-07-14 22:26:07 -05:00 |
|
Ross Thompson
|
2efb7a4f81
|
Renamed signal in LSU toLSU and fromLSU to toDCache and fromDCache.
|
2021-07-08 18:03:52 -05:00 |
|
David Harris
|
a390736f26
|
Don't generate HPTW when MEM_VIRTMEM=0
|
2021-07-05 23:35:44 -04:00 |
|
Ross Thompson
|
4d9b87a823
|
Fixed combo loop in the page table walker.
|
2021-07-05 16:37:26 -05:00 |
|
Ross Thompson
|
f2c4df0a5b
|
Removed the TranslationVAdrQ as it is not necessary.
|
2021-07-04 16:49:34 -05:00 |
|
Ross Thompson
|
9b959715a0
|
removed mmustall and finished port annotations on ptw and lsuArb.
|
2021-07-03 16:06:09 -05:00 |
|
Ross Thompson
|
16e672ada0
|
Fixed up the physical address generation for 64 bit page table walker.
|
2021-07-02 15:49:32 -05:00 |
|
Ross Thompson
|
a8fbbb0631
|
Fixed up the bit widths on the page table walker for rv32.
|
2021-07-02 15:45:05 -05:00 |
|
Ross Thompson
|
386193de00
|
added page table walker fault exit for icache.
|
2021-07-01 17:59:55 -05:00 |
|
Ross Thompson
|
3dae02818c
|
OMG. It's working!
|
2021-07-01 17:37:53 -05:00 |
|
Ross Thompson
|
9139cd2954
|
Fixed tab space issue.
|
2021-07-01 17:17:53 -05:00 |
|
Ross Thompson
|
c3eaa3169e
|
Fixed the wrong virtual address write into the dtlb.
|
2021-07-01 16:55:16 -05:00 |
|
Ross Thompson
|
9d9415ea67
|
Got some stores working in virtual memory.
|
2021-07-01 12:49:09 -05:00 |
|
Ross Thompson
|
4530e43df6
|
The icache ptw interlock is actually correct now. There needed to be a 1 cycle delay.
|
2021-06-30 17:02:36 -05:00 |
|
Ross Thompson
|
07a0b66fdf
|
Major rewrite of ptw to remove combo loop.
|
2021-06-30 16:25:03 -05:00 |
|
Ross Thompson
|
b31e0afc2a
|
The icache now correctly interlocks with the PTW on TLB miss.
|
2021-06-30 11:24:26 -05:00 |
|
Ross Thompson
|
2598f08782
|
Page table walker now walks the table.
Added interlock so the icache stalls.
Page table walker not walking correctly, goes to fault state.
|
2021-06-29 22:33:57 -05:00 |
|