mirror of https://github.com/YosysHQ/yosys.git
a55bf6375b
The already-existing special case for conditionals on clock has been remade as follows: - now triggered for the last remaining edge trigger after all others have been converted to async reset, not just when there is only one sync rule in the first place - does not require all contained assignments to be constant, as opposed to a reset conditional — merely const-folds the condition In addition, the code has been refactored a bit; as a bonus, the priority order of async resets found is now preserved in resulting sync rule ordering (though this is not yet respected by proc_dff). Fixes #2656. |
||
---|---|---|
.. | ||
Makefile.inc | ||
proc.cc | ||
proc_arst.cc | ||
proc_clean.cc | ||
proc_dff.cc | ||
proc_dlatch.cc | ||
proc_init.cc | ||
proc_memwr.cc | ||
proc_mux.cc | ||
proc_prune.cc | ||
proc_rmdead.cc |