Add handling of constant reset signals to opt_rmdff
[yosys.git] / passes / opt /
2017-08-06 Clifford WolfAdd handling of constant reset signals to opt_rmdff
2017-07-28 Clifford WolfAdd consolidation of init attributes to opt_clean,...
2017-07-26 Clifford WolfAdd "opt_expr -fine" feature to remove neutral bits...
2017-07-03 Clifford WolfMerge pull request #352 from rqou/master
2017-07-03 Clifford WolfMerge pull request #356 from set-soft/clean-test
2017-07-03 Clifford WolfMerge pull request #355 from set-soft/exclude_TBUF_merge
2017-07-03 Salvador E. TropeaExcluded $_TBUF_ from opt_merge pass
2017-07-01 Clifford WolfFix and_or_buffer optimization in opt_expr for signed...
2017-06-30 Clifford WolfAdd $tribuf to opt_merge blacklist
2017-04-12 Larry DoolittleSquelch trailing whitespace
2017-02-28 Clifford WolfDisable opt_merge for $anyseq and $anyconst
2017-02-25 Clifford WolfMerge branch 'master' of https://github.com/klammerj...
2017-02-25 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2017-02-25 Clifford WolfAdd $live and $fair cell types, add support for s_event...
2017-02-11 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2017-02-11 Clifford WolfFixed some "used uninitialized" warnings in opt_expr
2017-02-11 Clifford WolfMerge branch 'master' of https://github.com/stv0g/yosys...
2017-02-11 Clifford WolfAdd optimization of (a && 1'b1) and (a || 1'b0)
2017-02-11 Clifford WolfMerge pull request #308 from C-Elegans/opt_compare_fix_pr
2017-02-10 C-ElegansFix issue #306, "Bug in opt -full"
2017-02-09 Clifford WolfFix handling of init attributes with strange width
2017-02-09 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2017-02-04 Clifford WolfAdd $cover cell type and SVA cover() support
2017-01-31 Clifford WolfMerge branch 'C-Elegans-opt_compare_pr'
2017-01-31 Clifford WolfFix indenting and log messages in code merged from...
2017-01-31 Clifford WolfMerge branch 'opt_compare_pr' of https://github.com...
2017-01-31 Clifford WolfImprove opt_rmdff support for $dlatch cells
2017-01-30 C-ElegansRefactor and generalize the comparision optimization
2017-01-21 C-ElegansDo not use b.as_int() in calculation of bit set
2017-01-16 C-ElegansOptimize compares to powers of 2
2017-01-15 C-ElegansFix issue #269, optimize signed compare with 0
2016-10-14 Clifford WolfAdded opt_rmdff support for $ff cells
2016-09-30 Clifford WolfAdded "opt_rmdff -keepdc"
2016-08-29 Clifford WolfImproved init spec handling in opt_rmdff, modernized...
2016-08-28 Clifford WolfRemoved $predict again
2016-08-20 Clifford WolfAdded "wreduce -memx"
2016-08-19 Clifford WolfOptimize memory address port width in wreduce and memor...
2016-07-21 Clifford WolfAfter reading the SV spec, using non-standard predict...
2016-07-13 Clifford WolfAdded basic support for $expect cells
2016-07-08 Clifford WolfMerge branch 'yosys-0.5-vtr' of https://github.com...
2016-05-29 Clifford WolfAdded opt_expr support for div/mod by power-of-two
2016-04-26 Clifford WolfConnections between inputs and inouts are driven by...
2016-04-23 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2016-04-21 Clifford WolfAdded "yosys -D" feature
2016-04-21 Clifford WolfFixed performance bug in "share" pass
2016-04-21 Clifford WolfImprovements in opt_expr
2016-04-01 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2016-03-31 Clifford WolfImproved opt_merge support for $pmux cells
2016-03-31 Clifford WolfTypo fixes in opt_expr and opt_merge
2016-03-31 Clifford WolfRenamed opt_share to opt_merge
2016-03-31 Clifford WolfRenamed opt_const to opt_expr
2016-03-31 Clifford WolfMerge pull request #142 from azonenberg/master
2016-03-31 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2016-03-31 Andrew ZonenbergFixed typo in log message
2016-02-02 Clifford WolfUse alphanumerical order instead of idstring idx in...
2015-12-07 Clifford WolfMerge pull request #108 from cseed/master
2015-10-31 Clifford WolfImprovements in wreduce
2015-10-25 Clifford WolfImport more std:: stuff into Yosys namespace
2015-10-24 Clifford WolfFixed handling of driver-driver conflicts in wreduce
2015-10-15 Clifford WolfBugfixes in handling of "keep" attribute on wires
2015-09-25 Clifford WolfAdded wreduce $mul support and fixed signed $mul opt_co...
2015-09-18 Clifford WolfAdded detection of "mux inverter" chains in opt_const
2015-09-12 Clifford WolfFixed sharing of $memrd cells
2015-09-01 Clifford Wolfgcc-4.6 build fixes
2015-08-18 Clifford WolfProperly clean up unused "init" attributes
2015-08-16 Clifford WolfFixed opt_clean handling of inout ports
2015-08-14 Clifford WolfSpell check (by Larry Doolittle)
2015-08-13 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2015-08-12 Clifford WolfImproved handling of "keep" attributes in hierarchical...
2015-08-12 Clifford WolfMerge pull request #70 from gaomy3832/bugfix
2015-08-11 Mingyu GaoRemove unused blackbox modules in opt_clean.
2015-08-11 Mingyu GaoBugfix for cell hash cache option in opt_share.
2015-08-11 Clifford WolfAdded missing ct_all setup to opt_clean
2015-08-10 Mingyu GaoBugfix for cell hash cache option in opt_share.
2015-07-25 Clifford WolfSome cleanups in opt_rmdff
2015-07-24 Clifford WolfImproved $adff simplification
2015-07-02 Clifford WolfFixed trailing whitespaces
2015-07-01 Clifford WolfAdded opt_const -clkinv
2015-05-31 Clifford WolfAdded opt_share -share_all
2015-05-23 Clifford WolfAdded simple $dlatch support to opt_rmdff
2015-05-22 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2015-05-22 Clifford Wolfpreserve used $-wires with init attribute in opt_clean
2015-04-29 Clifford WolfAdded $eq/$neq -> $logic_not/$reduce_bool optimization
2015-04-18 Clifford WolfImproved handling of init values in opt_rmdff
2015-04-13 Clifford WolfAdded handling of bool-output cells to "wreduce"
2015-04-03 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2015-02-26 Clifford WolfAdded non-std verilog assume() statement
2015-02-24 Clifford WolfSome cleanups in "clean"
2015-02-21 Clifford WolfReplaced ezDefaultSAT with ezSatPtr
2015-02-18 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2015-02-17 Clifford Wolfwreduce help typo fix
2015-02-16 Clifford WolfBugfix in wreduce
2015-02-14 Clifford WolfAdded $meminit cell type
2015-02-10 Clifford WolfLess aggressive "share" defaults
2015-02-04 Clifford WolfFixed opt_clean performance bug
2015-02-03 Clifford WolfUsing design->selected_modules() in opt_*
2015-01-31 Clifford WolfBugfix in opt_const $eq -> buffer code
2015-01-24 Clifford WolfAdded ENABLE_NDEBUG makefile options
2015-01-23 Clifford WolfAdded dict/pool.sort()
2015-01-21 Clifford WolfFixed opt_muxtree performance bug
next