3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-15 22:21:30 +00:00
yosys/passes/proc
George Rennie 238e437fca proc_dff: refactor inference logic
* Instead of an ad hoc mix of optimizations and inferences, this tries
  to make it more principled by first extracting a set of asynchronous
  update rules from the process, then optimizing them before lowering
  them to a concrete flip-flop type, preferring simpler ones
2025-09-05 17:31:18 +01: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 Proc: Use selections consistently 2025-05-31 12:04:42 +12:00
proc_clean.cc Proc: Use selections consistently 2025-05-31 12:04:42 +12:00
proc_dff.cc proc_dff: refactor inference logic 2025-09-05 17:31:18 +01:00
proc_dlatch.cc Proc: Use selections consistently 2025-05-31 12:04:42 +12:00
proc_init.cc Proc: Use selections consistently 2025-05-31 12:04:42 +12:00
proc_memwr.cc Proc: Use selections consistently 2025-05-31 12:04:42 +12:00
proc_mux.cc Proc: Use selections consistently 2025-05-31 12:04:42 +12:00
proc_prune.cc Proc: Use selections consistently 2025-05-31 12:04:42 +12:00
proc_rmdead.cc Proc: Use selections consistently 2025-05-31 12:04:42 +12:00
proc_rom.cc Proc: Use selections consistently 2025-05-31 12:04:42 +12:00