aboutsummaryrefslogtreecommitdiffstats
path: root/tests/opt/opt_share_mux_tree.v
Commit message (Collapse)AuthorAgeFilesLines
* Tabs to spaces in opt_share examplesBogdan Vukobratovic2019-08-031-14/+14
|
* Fix spacing in opt_share tests, change wording in opt_share helpBogdan Vukobratovic2019-08-031-15/+14
|
* Reimplement opt_share to work on $alu and $pmuxBogdan Vukobratovic2019-07-281-1/+1
|
* Implement opt_shareBogdan Vukobratovic2019-07-261-0/+19
This pass identifies arithmetic operators that share an operand and whose results are used in mutually exclusive cases controlled by a multiplexer, and merges them together by multiplexing the other operands