verilator/test_regress
Geza Lore 0ead54b17e
Support dotted access to ports of a direct hier_block instance. (#6595)
Accessing the ports of hier_block instances directly under the current
hier_block (or top level) work just fine (the heir stub .sv has them),
and this can simplify hooking up dotted references into hier blocks:
push part of the reference under the hier block into the hier block, and
wire it to a port, then resolve the rest of the reference to the port of
the instance.
2025-10-25 18:39:21 +01:00
..
t Support dotted access to ports of a direct hier_block instance. (#6595) 2025-10-25 18:39:21 +01:00
.gdbinit
.gitignore
CMakeLists.txt
Makefile Testing: Ignore non-deterministic tests in `make test-snap` 2025-10-09 10:34:31 +01:00
Makefile_obj Add `-DVERILATOR=1` definition to compiler flags when using verilated.mk. 2025-07-28 18:01:50 -04:00
driver.py Tests: Fix driver.py error for missing scenario (#6586) 2025-10-23 12:48:02 -04:00
input.vc
input.xsim.vc