资讯
Example class Base; function new (int x); endfunction endclass class Derived extends Base; function new; int x = 1; super.new (x); endfunction endclass Above code snippet verilates but fails on C++ ...
verilator does not check consistency between declaration and implementation of methods #6207 ...
一些您可能无法访问的结果已被隐去。
显示无法访问的结果