mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 19:52:31 +00:00 
			
		
		
		
	| 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 | ||