One more comment change
authorDaniel Benusovich <flyingmonkeys1996@gmail.com>
Tue, 19 Feb 2019 05:25:26 +0000 (21:25 -0800)
committerDaniel Benusovich <flyingmonkeys1996@gmail.com>
Tue, 19 Feb 2019 05:25:26 +0000 (21:25 -0800)
TLB/CamEntry.py

index e4f1d784936cd03592ced596bd7a97f064e1551f..500313fb13a2b2a0231811cb04407782b89573eb 100644 (file)
@@ -134,13 +134,13 @@ def testbench(dut):
     yield from set_cam(dut, write, key, data)
     yield from check_all(dut, key, data, match, 0, 0, 0) 
     
-    # Check write
+    # Check overwrite
     write = 1
     key = 2
     data = 5
     match = 1
     yield from set_cam(dut, write, key, data)
-    yield from check_all(dut, key, data, match, 0, 0, 0) 
+    yield from check_all(dut, key, data, match, 0, 0, 0)    
     
     yield