mirror of
https://github.com/verilator/verilator.git
synced 2025-01-09 16:17:36 +00:00
5f0e1fae7f
Rename AstNodeModule::hierName -> someInstanceName and explain that this is only used for user messages. Rename AstNode::locationStr -> instanceStr and simplify implementation. In particular, do not report an instance if we can't find a reasonable guess.
5 lines
210 B
Plaintext
5 lines
210 B
Plaintext
%Error: t/t_fuzz_eqne_bad.v:12:23: Slice operator VARREF 't.b' on non-slicable (e.g. non-vector) right-hand-side operand
|
|
12 | initial c = (a != &b);
|
|
| ^
|
|
%Error: Exiting due to
|