Tests: Fix driver.py --xrun option raising error (#6585)

This commit is contained in:
Christian Hecken 2025-10-23 18:47:05 +02:00 committed by GitHub
parent d33da1ebb6
commit bf2422b55b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -32,6 +32,7 @@ Cameron Kirk
Chih-Mao Chen Chih-Mao Chen
Chris Bachhuber Chris Bachhuber
Chris Randall Chris Randall
Christian Hecken
Christopher Taylor Christopher Taylor
Chuxuan Wang Chuxuan Wang
Chykon Chykon

View File

@ -789,7 +789,6 @@ class VlTest:
] ]
self.xsim_run_flags2 = [] # Overridden in some sim files self.xsim_run_flags2 = [] # Overridden in some sim files
# Xcelium (xrun) # Xcelium (xrun)
self.xrun = 0
self.xrun_define = 'XRUN' self.xrun_define = 'XRUN'
self.xrun_flags = [] # Doesn't really have a compile step self.xrun_flags = [] # Doesn't really have a compile step
self.xrun_flags2 = [] # Overridden in some sim files self.xrun_flags2 = [] # Overridden in some sim files