We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f6c126 commit 6f151f8Copy full SHA for 6f151f8
1 file changed
vunit/sim_if/xcelium.py
@@ -338,13 +338,13 @@ def simulate( # pylint: disable=too-many-locals
338
args += ["-nowarn DLCPTH"] # "cds.lib Invalid path"
339
args += ["-nowarn DLCVAR"] # "cds.lib Invalid environment variable ''."
340
args += [
341
- "-ncerror EVBBOL"
+ "-xmerror EVBBOL"
342
] # promote to error: "bad boolean literal in generic association"
343
344
- "-ncerror EVBSTR"
+ "-xmerror EVBSTR"
345
] # promote to error: "bad string literal in generic association"
346
347
- "-ncerror EVBNAT"
+ "-xmerror EVBNAT"
348
] # promote to error: "bad natural literal in generic association"
349
args += ["-work work"]
350
0 commit comments