cvw/pipelined/regression
Ross Thompson 7a4218788c 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
..
slack-notifier
wave-dos
buildrootBugFinder.py
fpga-wave.do Reverted to naming IFUStallD to IFUStallF and LSUStallW to LSUStallM. These are generated in the F and M stage. 2022-12-23 15:10:37 -06:00
lint-wally Clean up unused FPU signals 2022-12-22 23:53:09 -08:00
linux-wave.do Reverted to naming IFUStallD to IFUStallF and LSUStallW to LSUStallM. These are generated in the F and M stage. 2022-12-23 15:10:37 -06:00
make-tests.sh
Makefile Makefile and setup cleanup 2023-01-15 20:27:12 -08:00
makefile-memfile Clean up warnings from Questa 2023-01-17 13:43:39 -08:00
regression-wally Removed suggestion about make allclean 2023-01-27 05:57:05 -08:00
sim-buildroot
sim-buildroot-batch
sim-testfloat
sim-testfloat-batch
sim-wally
sim-wally-batch
test test 2023-01-20 15:23:38 -08:00
testfloat.do
wally-harvard.do
wally-pipelined-batch.do
wally-pipelined.do Updated tests for fpga and BP. 2022-12-18 16:24:26 -06:00
wave-all.do Changing signal name to ImmExtD/E to match figures 2023-01-17 06:33:58 -08:00
wave-fpu.do reworked negitive sticky bit handeling in fma 2022-12-23 17:01:34 -06:00
wave.do Imperas found a real bug in virtual memory. 2023-01-30 11:47:51 -06:00