3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-05 17:14:08 +00:00
yosys/passes/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
..
Makefile.inc Add proc_rom pass. 2022-05-13 00:37:14 +02:00
proc.cc Add proc_rom pass. 2022-05-13 00:37:14 +02:00
proc_arst.cc Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00
proc_clean.cc proc_clean: only consider fully-defined switch operands too. 2023-08-12 02:46:31 +02:00
proc_dff.cc Fixes for some of clang scan-build detected issues 2023-01-17 12:58:08 +01:00
proc_dlatch.cc Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00
proc_init.cc Delete unused found_init variable 2021-07-14 10:19:07 +01:00
proc_memwr.cc proc_memwr: Use the v2 memwr cell. 2021-08-11 13:34:10 +02:00
proc_mux.cc Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00
proc_prune.cc proc_prune: avoid using invalidated iterator 2023-06-21 19:53:08 +10:00
proc_rmdead.cc proc_rmdead: use explicit pattern set when there are no wildcards 2021-07-29 20:55:59 -04:00
proc_rom.cc proc_rom: don't assert on big actionless switch. 2024-02-18 01:33:28 +11:00