cvw/pipelined/testbench/common
Ross Thompson cc48cdc97b Imperas found a real bug in virtual memory.
If the instruction address spilled across two pages and the second page misses the TLB,
the HPTW received a tlb miss at the address of the first page rather than the second.
After the walk the TLB was updated with the PTE from the first page at the address of the
second page.

Example bug
Instruction PCF = 0x2ffe
First page in 0x2ffe and second page in 0x3000.
The second page misses the TLB and generates HPTW request at 0x2ffe rather than 0x3000.
TLB is updated with PTE from 0x2ffe at 0x3000.
2023-01-30 11:47:51 -06:00
..
functionName.sv Imperas found a real bug in virtual memory. 2023-01-30 11:47:51 -06:00
instrNameDecTB.sv Added WFI to the testbench instruction name decoder 2022-04-14 17:12:11 +00:00
instrTrackerTB.sv Renamed wally-pipelined to pipelined 2022-01-04 19:47:41 +00:00