Change test vcd output file name to match test filenames
[soc.git] / TLB / test / test_cam.py
index b65594bdb67e765cb025df956c29080aa83b66f0..f7da12b1fe7364bafc40a0897114de25678be9ae 100644 (file)
@@ -146,5 +146,5 @@ def testbench(dut):
 
 if __name__ == "__main__":
     dut = Cam(4, 4)
-    run_simulation(dut, testbench(dut), vcd_name="Waveforms/cam_test.vcd")
+    run_simulation(dut, testbench(dut), vcd_name="Waveforms/test_cam.vcd")
     print("Cam Unit Test Success")