Moving cam_entry tests
authorDaniel Benusovich <flyingmonkeys1996@gmail.com>
Sat, 23 Feb 2019 18:41:10 +0000 (10:41 -0800)
committerDaniel Benusovich <flyingmonkeys1996@gmail.com>
Sat, 23 Feb 2019 18:41:10 +0000 (10:41 -0800)
TLB/test/test_cam.py

index f48e6e6e4d79c318217579d11a48f153164e6ff8..2e942c8635486545f1b7baa29e49fb9f318ef80f 100644 (file)
@@ -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)