Rename test_dcache, which can't be invoked by test runners
[soc.git] / src / soc / experiment / test / test_l0_cache_buffer2.py
index ec435e65296dc6ddfa32a6b10706ebb3d7c4acb2..3dde127ffc18b10d9c2d60647b39021e7d2f7992 100644 (file)
@@ -55,7 +55,7 @@ class TestCachedMemoryPortInterface(PortInterfaceBase):
         # TODO: memory ports
 
 
-def test_cache_single_run(dut):
+def tst_cache_single_run(dut):
     #test single byte
     addr = 0
     data = 0xfeedface
@@ -65,7 +65,7 @@ def test_cache_single():
     dut = TestCachedMemoryPortInterface()
     #LDSTSplitter(8, 48, 4) #data leng in bytes, address bits, select bits
 
-    run_simulation(dut, test_cache_single_run(dut),
+    run_simulation(dut, tst_cache_single_run(dut),
                    vcd_name='test_cache_single.vcd')