3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-01-25 03:24:06 +00:00
yosys/passes/proc
George Rennie bdb5d45591 proc_dff: respect sync rule priorities when generating complex dffsrs
* This fixes #4560, where previously the order that sync rules were
  processed in depended on the order they were pulled out of a std::map.
  This PR changes this to process them in the order they are found in,
  respecting the priorities among the async signals
2024-08-28 15:48:07 +01:00
..
Makefile.inc
proc.cc
proc_arst.cc
proc_clean.cc
proc_dff.cc proc_dff: respect sync rule priorities when generating complex dffsrs 2024-08-28 15:48:07 +01:00
proc_dlatch.cc
proc_init.cc
proc_memwr.cc
proc_mux.cc
proc_prune.cc
proc_rmdead.cc
proc_rom.cc