From 176e38a8e7b9331b8842fc09b8f912b7f4f5021e Mon Sep 17 00:00:00 2001 From: Staf Verhaegen Date: Fri, 2 Apr 2021 18:11:27 +0200 Subject: [PATCH] pre_pnr/test.py: Fix idcode SVF test name. --- ls180/pre_pnr/test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ls180/pre_pnr/test.py b/ls180/pre_pnr/test.py index 0aafc62..462fc49 100644 --- a/ls180/pre_pnr/test.py +++ b/ls180/pre_pnr/test.py @@ -121,8 +121,8 @@ def idcodesvf_reset(dut): dut._log.info("IDCODE test completed") @cocotb.test() -def idcode_run(dut): - dut._log.info("Running IDCODE through test; cpu running...") +def idcodesvf_run(dut): + dut._log.info("Running IDCODE through SVF test; cpu running...") clk_period = 100 # 10MHz tck_period = 300 # 3MHz -- 2.30.2