增加测试代码

This commit is contained in:
2025-09-02 09:21:25 +08:00
parent fd1f0d1536
commit 10e0cd645c
3 changed files with 49 additions and 48 deletions

View File

@@ -383,7 +383,6 @@ def genTcStartFrameCode(tcname, des):
code_str = f'''\tbegin:{upper_name}_TESTCASE\n'''\
+f'''\t\t`BEGIN_TESTCASE("{__pre_gen_log_path}/{tcname}_result.log");\n'''\
+'''\t\t_t_start = $realtime;\n'''\
+'''\t\t#1000\n'''\
+f'''\t\t$fdisplay(spidata_file,"\\n\\n测试用例{upper_name}");\n'''
if len(des) > 0: