2024-08-21 11:30:59 +02:00
%Error: t/t_hier_block0_bad.v:21:11: 'sub0' has hier_block metacomment, hierarchical Verilation supports only integer/floating point/string and type param parameters
2023-09-23 14:52:50 +02:00
: ... note: In instance 't'
2023-01-21 02:42:30 +01:00
21 | sub0 #(UNPACKED) i_sub0(.clk(clk), .in(8'(count)), .out(out0));
2020-08-15 15:43:53 +02:00
| ^~~~~~~~
2025-04-05 23:10:28 +02:00
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
2024-08-21 11:30:59 +02:00
%Error: t/t_hier_block0_bad.v:26:42: Cannot access inside hierarchical block
26 | $display("%d %d %d", count, i_sub0.ff, out1);
2020-08-15 15:43:53 +02:00
| ^~
%Error: Exiting due to