From: Daniel Benusovich Date: Mon, 1 Apr 2019 05:51:03 +0000 (-0700) Subject: Correct failing test. X-Git-Tag: div_pipeline~2279 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=295ddbf66d84025367dd545e548d078faafafee8;p=soc.git Correct failing test. --- diff --git a/TLB/test/test_pte_entry.py b/TLB/test/test_pte_entry.py index 3bf00fec..5faa0bf1 100644 --- a/TLB/test/test_pte_entry.py +++ b/TLB/test/test_pte_entry.py @@ -90,7 +90,7 @@ def testbench(dut): xwr = 7 valid = 1 asid = 0x0721 - pte = 0x00000000110000FF + pte = 0x000000001100001F yield from set_entry(dut, i) yield from check_all(dut, dirty, access, glob, user, xwr, valid, asid, pte)