From: Daniel Benusovich Date: Sat, 23 Feb 2019 18:41:10 +0000 (-0800) Subject: Moving cam_entry tests X-Git-Tag: div_pipeline~2377 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=668c56d7f60948c5f0b35dd5b05935c23a04fe7c;p=soc.git Moving cam_entry tests --- diff --git a/TLB/test/test_cam.py b/TLB/test/test_cam.py index f48e6e6e..2e942c86 100644 --- a/TLB/test/test_cam.py +++ b/TLB/test/test_cam.py @@ -1,8 +1,13 @@ +import sys +sys.path.append("../src") +sys.path.append("../../TestUtil") + from nmigen.compat.sim import run_simulation -from test_helper import check from Cam import Cam +from test_helper import check + def set_cam(dut, c, a, k, d): yield dut.command.eq(c) yield dut.address.eq(a)