mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 13:04:28 +00:00
Fix typo
This commit is contained in:
parent
1932d8bc5d
commit
ed2ab62621
2
bin/wsim
2
bin/wsim
@ -173,7 +173,7 @@ def runVCS(args, flags, prefix):
|
||||
if __name__ == "__main__":
|
||||
args = parseArgs()
|
||||
validateArgs(args)
|
||||
print(f"Config={args.config} tests={args.testsuite} sim={args.sim} gui={args.gui} args='{args.args} params='{args.params}'")
|
||||
print(f"Config={args.config} tests={args.testsuite} sim={args.sim} gui={args.gui} args='{args.args}' params='{args.params}'")
|
||||
ElfFile = elfFileCheck(args)
|
||||
flags, prefix = prepSim(args, ElfFile)
|
||||
createDirs(args)
|
||||
|
Loading…
Reference in New Issue
Block a user