forked from github/verilator
This patch introduces the concept of 'loose' methods, which semantically are methods, but are declared as global functions, and are passed an explicit 'self' pointer. This enables these methods to be declared outside the class, only when they are needed, therefore removing the header dependency. The bulk of the emitted model implementation now uses loose methods.
6 lines
274 B
Plaintext
6 lines
274 B
Plaintext
-V{t#,#}- Verilated::debug is on. Message prefix indicates {<thread>,<sequence_number>}.
|
|
-V{t#,#}+ Vt_unopt_converge_print_bad___change_request
|
|
-V{t#,#} CHANGE: t/t_unopt_converge.v:19: x
|
|
%Error: t/t_unopt_converge.v:7: Verilated model didn't converge
|
|
Aborting...
|