2021-03-07 19:52:37 +01:00
|
|
|
%Error: t/t_wire_self_bad.v:11:16: Wire inputs its own output, creating circular logic (wire x=x)
|
|
|
|
|
11 | wire myself = myself;
|
|
|
|
|
| ^
|
2025-04-05 23:10:28 +02:00
|
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
2021-03-07 19:52:37 +01:00
|
|
|
%Error: Exiting due to
|