verilator/test_regress
Leela Pakanati 388fb9db2d Fix parameterized class typedef as interface type parameter (#7000)
Enhance similarDTypeNode for ClassRefDType to compare type parameters,
not just class pointers. Add resolveDotToTypedef in V3Param to handle
ParamTypeDType whose value is a parameterized class needing
specialization. This fixes patterns like:
  interface outer #(parameter type C = class_with_typedef#(T));
    inner #(.P(C::typedef_name)) i();
  endinterface
2026-02-05 22:06:23 -06:00
..
t Fix parameterized class typedef as interface type parameter (#7000) 2026-02-05 22:06:23 -06:00
.gdbinit
.gitignore
CMakeLists.txt Add SPDX copyright identifiers, and get 'reuse' clean. No functional change. 2026-01-26 20:24:34 -05:00
Makefile Internals: make test-diff macOS compatibility fix - again 2026-01-28 11:05:27 +00:00
Makefile_obj Add SPDX copyright identifiers, and get 'reuse' clean. No functional change. 2026-01-26 20:24:34 -05:00
driver.py Add SPDX copyright identifiers, and get 'reuse' clean. No functional change. 2026-01-26 20:24:34 -05:00
input.vc
input.xsim.vc