From: Staf Verhaegen Date: Fri, 2 Apr 2021 16:11:27 +0000 (+0200) Subject: pre_pnr/test.py: Fix idcode SVF test name. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=176e38a8e7b9331b8842fc09b8f912b7f4f5021e;p=soc-cocotb-sim.git pre_pnr/test.py: Fix idcode SVF test name. --- 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