建立environment机制

This commit is contained in:
2025-08-03 00:26:46 +08:00
parent 9bfb5f919e
commit 3c7fb6bbc7
3 changed files with 78 additions and 9 deletions

View File

@@ -383,5 +383,5 @@ def genTcEndFrameCode(tcname):
+f'''\t\t`END_TESTCASE("{__pre_gen_log_path}/{tcname}_result.log");\n'''\
+'''\tend\n'''
def genMessage(msg):
def genMessageCode(msg):
return f'''\t\t$fdisplay(spidata_file, "{msg}");\n'''