Merge remote-tracking branch 'origin/master' into xaig
[yosys.git] / passes /
2019-02-21 Eddie HungMerge remote-tracking branch 'origin/master' into xaig
2019-02-21 Eddie Hungabc9 to only disconnect output ports of AND and NOT...
2019-02-21 Clifford WolfHotfix for 4c82ddf
2019-02-21 Clifford WolfMerge pull request #822 from litghost/expand_setundef
2019-02-21 Keith RothmanAdd -params mode to force undef parameters in selected...
2019-02-21 Clifford WolfMerge pull request #818 from YosysHQ/clifford/dffsrfix
2019-02-21 Clifford WolfMerge pull request #786 from YosysHQ/pmgen
2019-02-21 Clifford WolfFix typo in passes/pmgen/README.md
2019-02-21 Eddie HungMerge branch 'clifford/dffsrfix' of https://github...
2019-02-21 Clifford WolfFix opt_rmdff handling of $_DFFSR_???_ and $_DLATCHSR_...
2019-02-21 Clifford WolfBugfix in ice40_dsp
2019-02-21 Eddie HungABC -> ABC9
2019-02-21 Eddie Hungabc9 to disconnect mapped_mods POs correctly, and do...
2019-02-21 Eddie Hunglut/not/and suffix to be ${lut,not,and}
2019-02-20 Eddie Hungabc9 to cope with multiple modules
2019-02-20 Eddie Hungabc9 to use & syntax for -fast, and name fixes
2019-02-20 Clifford WolfAdd "synth_ice40 -dsp"
2019-02-20 Clifford WolfAdd FF support to wreduce
2019-02-20 Clifford WolfDetect and reject cases that do not map well to iCE40...
2019-02-20 Eddie Hungabc9 to cope with indexed wires when creating $lut...
2019-02-19 Eddie HungMerge branch 'master' into xaig
2019-02-19 Eddie Hungabc9 to replace $_NOT_ with $lut
2019-02-17 Eddie HungMerge https://github.com/YosysHQ/yosys into dff_init
2019-02-17 Clifford WolfAdd actual DSP inference to ice40_dsp pass
2019-02-17 Clifford WolfMerge branch 'master' of github.com:YosysHQ/yosys into...
2019-02-17 Eddie HungGet rid of debugging stuff in abc9
2019-02-17 Eddie Hungabc9 to write_aiger with -O option, and ignore dummy...
2019-02-16 Eddie Hungabc9 to handle comb loops, cope with constant outputs...
2019-02-16 Eddie Hungexpose command to not skip 'internal' wires beginning...
2019-02-16 Eddie Hungabc9 to cope with non-wideports, count cells properly
2019-02-15 Eddie HungMove lookup inside if
2019-02-15 Eddie HungRefactor
2019-02-15 Eddie HungCope with width != 1 when re-mapping cells
2019-02-15 Eddie Hungabc9 to stitch results with CI/CO properly
2019-02-14 Eddie HungFix stitching
2019-02-13 Eddie HungMerge remote-tracking branch 'origin/read_aiger' into...
2019-02-13 Eddie HungMerge https://github.com/YosysHQ/yosys into xaig
2019-02-13 Eddie HungRip out some more stuff
2019-02-13 Eddie HungRip out unused functions in abc9
2019-02-12 Eddie HungWIP for ABC with aiger
2019-02-12 Eddie HungMissing headers for Xcode?
2019-02-12 Clifford WolfMerge pull request #802 from whitequark/write_verilog_a...
2019-02-12 Clifford WolfMerge pull request #806 from daveshah1/fsm_opt_no_reset
2019-02-08 Eddie HungCompile abc9
2019-02-08 Eddie HungCopy abc.cc to abc9.cc
2019-02-07 David Shahfsm_opt: Fix runtime error for FSMs without a reset...
2019-01-27 Clifford WolfMerge pull request #798 from mmicko/master
2019-01-25 David ShahMerge pull request #796 from whitequark/proc_clean_typo
2019-01-23 whitequarkproc_clean: fix critical typo.
2019-01-19 Clifford WolfMerge pull request #793 from whitequark/proc_clean_fix_...
2019-01-18 whitequarkproc_clean: fix fully def check to consider compare...
2019-01-15 Clifford WolfProgress in pmgen
2019-01-15 Clifford WolfProgress in pmgen, add pmgen README
2019-01-15 Clifford WolfFix pmgen "reject" statement
2019-01-15 Clifford WolfProgress in pmgen
2019-01-15 Clifford WolfProgress in pmgen
2019-01-15 Clifford WolfProgress in pmgen
2019-01-15 Clifford WolfAdd mockup .pmg (pattern matcher generator) file
2019-01-15 Clifford WolfMerge pull request #788 from whitequark/master
2019-01-15 Clifford WolfMerge pull request #787 from whitequark/flowmap_relax
2019-01-08 whitequarkflowmap: clean up terminology.
2019-01-08 whitequarkflowmap: implement depth relaxation.
2019-01-07 Clifford WolfBugfix in $memrd sharing
2019-01-07 Clifford WolfMerge pull request #782 from whitequark/flowmap_dfs
2019-01-07 Clifford WolfSwitch "bugpoint" from system() to run_command()
2019-01-07 Clifford WolfMerge pull request #783 from whitequark/bugpoint
2019-01-07 whitequarkbugpoint: new pass.
2019-01-06 whitequarkflowmap: construct a max-volume max-flow min-cut, not...
2019-01-06 Clifford WolfMerge pull request #780 from phire/rename_from_wire
2019-01-06 Scott MansellRename cells based on the wires they drive.
2019-01-04 whitequarkflowmap: add -minlut option, to allow postprocessing...
2019-01-04 whitequarkflowmap: cleanup for clarity. NFCI.
2019-01-04 whitequarkflowmap: improve debug graph output. NFC.
2019-01-04 whitequarkflowmap: add link to longer version of paper. NFC.
2019-01-03 Clifford WolfMerge pull request #775 from whitequark/opt_flowmap
2019-01-03 whitequarkflowmap: new techmap pass.
2019-01-02 Clifford WolfMerge pull request #770 from whitequark/opt_expr_cmp
2019-01-02 whitequarkopt_expr: improve simplification of comparisons with...
2019-01-02 Clifford WolfMerge pull request #755 from Icenowy/anlogic-dram-init
2019-01-02 Clifford WolfMerge branch 'master' of github.com:YosysHQ/yosys
2019-01-02 Clifford WolfMerge pull request #750 from Icenowy/anlogic-ff-init
2019-01-02 Clifford WolfMerge pull request #773 from whitequark/opt_lut_elim_fixes
2019-01-02 Clifford WolfMerge pull request #772 from whitequark/synth_lut
2019-01-02 Clifford WolfMerge pull request #771 from whitequark/techmap_cmp2lut
2019-01-02 Clifford WolfMerge pull request #769 from whitequark/typos
2019-01-02 whitequarkFix typographical and grammatical errors and inconsiste...
2019-01-02 whitequarkopt_lut: reflect changes in sigmap.
2019-01-02 whitequarkopt_lut: use a worklist, and revisit cells affected...
2019-01-02 whitequarkopt_lut: count eliminated cells, and set opt.did_someth...
2019-01-02 whitequarkopt_expr: refactor simplification of unsigned X<onehot...
2019-01-02 whitequarkopt_expr: refactor simplification of signed X>=0 and...
2019-01-02 whitequarkopt_expr: simplify any unsigned comparisons with all...
2019-01-01 Clifford WolfMerge pull request #768 from whitequark/opt_lut_elim
2018-12-31 whitequarkopt_lut: eliminate LUTs evaluating to constants or...
2018-12-31 Clifford WolfFix handling of (* keep *) wires in wreduce
2018-12-31 Clifford WolfMerge pull request #766 from Icenowy/anlogic-latches
2018-12-23 Clifford WolfMerge pull request #761 from whitequark/proc_clean_partial
2018-12-23 Clifford WolfMerge branch 'master' of github.com:YosysHQ/yosys
2018-12-23 whitequarkproc_clean: remove any empty cases if all cases use...
2018-12-22 Clifford WolfMerge pull request #757 from whitequark/manual_mem
next