Skip to content

Commit 6f151f8

Browse files
committed
xcelium: replaced ncerror by xmerror
1 parent 8f6c126 commit 6f151f8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

vunit/sim_if/xcelium.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -338,13 +338,13 @@ def simulate( # pylint: disable=too-many-locals
338338
args += ["-nowarn DLCPTH"] # "cds.lib Invalid path"
339339
args += ["-nowarn DLCVAR"] # "cds.lib Invalid environment variable ''."
340340
args += [
341-
"-ncerror EVBBOL"
341+
"-xmerror EVBBOL"
342342
] # promote to error: "bad boolean literal in generic association"
343343
args += [
344-
"-ncerror EVBSTR"
344+
"-xmerror EVBSTR"
345345
] # promote to error: "bad string literal in generic association"
346346
args += [
347-
"-ncerror EVBNAT"
347+
"-xmerror EVBNAT"
348348
] # promote to error: "bad natural literal in generic association"
349349
args += ["-work work"]
350350
args += [

0 commit comments

Comments
 (0)