yosys/passes/proc
Zachary Snow c016f6a423 proc_rmdead: use explicit pattern set when there are no wildcards
If width of a case expression was large, explicit patterns could cause
the existing logic to take an extremely long time, or exhaust the
maximum size of the underlying set. For cases where all of the patterns
are fully defined and there are no constants in the case expression,
this change uses a simple set to track which patterns have been seen.
2021-07-29 20:55:59 -04:00
..
Makefile.inc Add support for memory writes in processes. 2021-03-08 20:16:29 +01:00
proc.cc proc: Run opt_expr at the end 2021-07-27 20:44:45 +02:00
proc_arst.cc Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00
proc_clean.cc rtlil: Make Process handling more uniform with Cell and Wire. 2021-07-12 00:47:34 +02:00
proc_dff.cc Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02: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 Add support for memory writes in processes. 2021-03-08 20:16:29 +01:00
proc_mux.cc Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00
proc_prune.cc Use C++11 final/override keywords. 2020-06-18 23:34:52 +00:00
proc_rmdead.cc proc_rmdead: use explicit pattern set when there are no wildcards 2021-07-29 20:55:59 -04:00