verilator/test_regress
Geza Lore 77180c4020
Optimize more cycles in DFG (#6173)
Added a second algorithm to break cycles in DFG by identifying which
bits of a circular variable are actually independent of the variable,
then reuse the existing (but extended) driver tracing algorithm to
eliminate them.

This can fix up things like: `assign gray = binary ^ (gray >> 1)`
2025-07-11 14:19:09 -04:00
..
t Optimize more cycles in DFG (#6173) 2025-07-11 14:19:09 -04:00
.gdbinit
.gitignore
CMakeLists.txt Copyright year update. 2025-01-01 08:30:25 -05:00
Makefile Internals: Standardize Makefile indents. No functional change intended. 2025-06-25 21:10:46 -04:00
Makefile_obj Copyright year update. 2025-01-01 08:30:25 -05:00
driver.py Tests: Add coverpoints test (#6118) 2025-06-27 15:47:13 -04:00
input.vc
input.xsim.vc