verilator/test_regress
Arkadiusz Kozdra 627a144b83
Support access to constructs inside type parameters (#3702)
This changeset brings support for accesses like:

	class Cls#(type TYPE1);
	    TYPE1::some_method();
	endclass

It is done by delaying dot resolution on type parameters until they get
resolved by V3Param, and doing a more thorough reference skip.
2022-10-21 09:00:40 -04:00
..
t Support access to constructs inside type parameters (#3702) 2022-10-21 09:00:40 -04:00
.gdbinit
.gitignore
CMakeLists.txt
driver.pl Add --get-supported to determine what features are in Verilator (#3688). 2022-10-20 21:42:30 -04:00
input.vc
input.xsim.vc
Makefile
Makefile_obj