3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-13 17:36:16 +00:00
yosys/tests/proc
Amelia Cuss bf4a46ccb3 proc_rom: don't assert on big actionless switch.
See the test case.  PROC_ROM will consider this for evaluation, even
though -- without any actions -- lhs is empty (but still "uniform").
A zero-width memory is constructed, which later fails check with:

ERROR: Assert `width != 0' failed in kernel/mem.cc:518.

Ensure we don't proceed if there's nothing to encode.
2024-02-18 01:33:28 +11:00
..
.gitignore
bug2619.ys
bug2656.ys
bug2962.ys
bug_1268.v
bug_1268.ys
clean_undef_case.ys proc_clean: only consider fully-defined switch operands too. 2023-08-12 02:46:31 +02:00
proc_rom.ys proc_rom: don't assert on big actionless switch. 2024-02-18 01:33:28 +11:00
rmdead.v
rmdead.ys
run-test.sh tests: use /usr/bin/env for bash. 2023-08-12 11:59:39 +10:00