verilator/test_regress/t/t_class_extends_rec_bad.out

6 lines
332 B
Plaintext
Raw Normal View History

2020-11-25 00:15:49 +01:00
%Error: t/t_class_extends_rec_bad.v:7:31: Attempting to extend class 'RecursiveExtCls' from itself
7 | class RecursiveExtCls extends RecursiveExtCls;
| ^~~~~~~~~~~~~~~
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
2020-11-25 00:15:49 +01:00
%Error: Exiting due to