verilator/test_regress
Geza Lore a8dca71ed0
Support more complex combinational assignments in DFG. (#6205)
Previously DFG was limited to having a Sel, or an ArraySel potentially
under a Concat on the LHS of combinational assignments. Other forms or
combinations were not representable in the graph.

This adds support for arbitrary combinations of the above by
combining DfgSplicePacked and DfgSpliceArray vertices introduced in
 #6176. In particular, Sel(ArraySel(VarRef,_),_) enables a lot more code
to be represented in DFG.
2025-07-21 12:33:12 -04:00
..
t Support more complex combinational assignments in DFG. (#6205) 2025-07-21 12:33:12 -04:00
.gdbinit
.gitignore
CMakeLists.txt
Makefile Internals: Standardize Makefile indents. No functional change intended. 2025-06-25 21:10:46 -04:00
Makefile_obj
driver.py Tests: Add coverpoints test (#6118) 2025-06-27 15:47:13 -04:00
input.vc
input.xsim.vc