projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d17f758
)
Moving cam_entry tests
author
Daniel Benusovich
<flyingmonkeys1996@gmail.com>
Sat, 23 Feb 2019 18:41:10 +0000
(10:41 -0800)
committer
Daniel Benusovich
<flyingmonkeys1996@gmail.com>
Sat, 23 Feb 2019 18:41:10 +0000
(10:41 -0800)
TLB/test/test_cam.py
patch
|
blob
|
history
diff --git
a/TLB/test/test_cam.py
b/TLB/test/test_cam.py
index f48e6e6e4d79c318217579d11a48f153164e6ff8..2e942c8635486545f1b7baa29e49fb9f318ef80f 100644
(file)
--- 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)