verilator/test_regress
Geza Lore 2a01365f9b
Fix V3Table trying to generate 'x' bits in the lookup table. (#5491)
Due to out of range selects, V3Table attempted to create a table in the
constant pool with an 'x' value in it, which caused an internal error.

Ensure V3Table behaves the same for out of range selects as the original
logic would.

There is a related bug #5490, about leaving partially out of range
selects in the logic after inserting bounds checks in V3Unknown.
2024-09-26 16:31:47 +01:00
..
t Fix V3Table trying to generate 'x' bits in the lookup table. (#5491) 2024-09-26 16:31:47 +01:00
.gdbinit
.gitignore
CMakeLists.txt Internals: Standardize format of CMake files with gersemi. No functional change intended. 2024-09-24 20:43:19 -04:00
driver.pl
driver.py driver.py: fix aslr_off (#5477) 2024-09-21 16:37:51 +01:00
input.vc
input.xsim.vc
Makefile
Makefile_obj