aboutsummaryrefslogtreecommitdiffstats
path: root/passes/proc/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
* Add proc_rom pass.Marcelina Koƛcielnicka2022-05-131-0/+1
|
* Add support for memory writes in processes.Marcelina Koƛcielnicka2021-03-081-0/+1
|
* proc_prune: new pass.whitequark2019-07-091-1/+1
| | | | | | | | | | | | | | | | | | The proc_prune pass is similar in nature to proc_rmdead pass: while proc_rmdead removes branches that never become active because another branch preempts it, proc_prune removes assignments that never become active because another assignment preempts them. Genrtlil contains logic similar to the proc_prune pass, but their purpose is different: genrtlil has to prune assignments to adapt the semantics of blocking assignments in HDLs (latest assignment wins) to semantics of assignments in RTLIL processes (assignment in the most specific case wins). On the other hand proc_prune is a general purpose RTLIL simplification that benefits all frontends, even those not using the Yosys AST library. The proc_prune pass is added to the proc script after proc_rmdead, since it gives better results with fewer branches.
* Added "proc_dlatch"Clifford Wolf2015-02-121-0/+1
|
* Major improvements in mem2reg and added "init" sync rulesClifford Wolf2013-11-211-0/+1
|
* initial importClifford Wolf2013-01-051-0/+8