Fixed some typos
[yosys.git] / passes /
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 WolfPreserve empty $pmux default cases
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 ZonenbergRenamed counters pass to greenpak4_counters
2016-03-31 Andrew ZonenbergAdded initial implementation of "counters" pass to...
2016-03-31 Andrew ZonenbergReduced log verbosity
2016-03-31 Andrew ZonenbergContinued work on counter extraction. Can recognize...
2016-03-31 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2016-03-31 Andrew ZonenbergFixed typo in log message
2016-03-30 Andrew ZonenbergInitial work on greenpak4 counter extraction. Doesn...
2016-03-30 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2016-03-30 Clifford WolfAdded support for installed plugins
2016-03-23 Clifford WolfFixed handling of inverters (aka 1-input luts) in nlutmap
2016-03-21 Clifford WolfCleanup abstract modules at end of "hierarchy -top"
2016-03-21 Clifford WolfSupport for abstract modules in chparam
2016-03-19 Clifford WolfImprovements in ABCEXTERNAL handling
2016-03-19 Clifford WolfMerge pull request #130 from ravenexp/master
2016-03-19 Sergey KvachonokSupport calling out to an external ABC.
2016-03-11 Clifford WolfMerge commit 'b34385ec924b6067c1f82bdbae923f8062518956'
2016-03-07 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2016-03-07 Clifford WolfUsing "mfs" and "lutpack" in ABC lut mapping
2016-02-13 Clifford WolfFixed some visual studio warnings
2016-02-13 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2016-02-13 Clifford WolfAdded "int ceil_log2(int)" function
2016-02-04 Clifford WolfAdded "stat -liberty" for calculating chip area
2016-02-02 Clifford WolfImproved dffsr2dff pass
2016-02-02 Clifford WolfAdded dffsr2dff
2016-02-02 Clifford WolfUse alphanumerical order instead of idstring idx in...
2016-02-01 Clifford WolfAdded "abc -luts" option, Improved Xilinx logic mapping
2016-02-01 Clifford WolfImprovements in dfflibmap (FFs with Q/QN outputs, DFFs...
2016-01-31 Clifford WolfMerge branch 'rtlil_remove2_speedup' of https://github...
2016-01-31 Clifford WolfMore clang sanitizer stuff
2016-01-08 Clifford WolfAdded "equiv_struct -fwonly"
2016-01-08 Clifford WolfBugfixes in equiv_struct
2016-01-08 Clifford WolfAdded "submod -copy"
2016-01-06 Clifford WolfAdded "equiv_struct -maxiter <N>"
2016-01-06 Clifford WolfAdded "equiv_add -try" mode
2015-12-22 Clifford WolfFixed "splitnets -ports" for hierarchical designs
2015-12-20 Clifford WolfAdded %R select expression
2015-12-07 Clifford WolfMerge pull request #108 from cseed/master
2015-12-02 Clifford WolfImproved proc_mux performance for huge always blocks
2015-11-19 Clifford WolfAdded torder command
2015-11-10 Clifford WolfAdded "abc -g"
2015-11-08 Clifford WolfMerge pull request #97 from zeldin/master
2015-11-08 Marcus ComstedtFix a segfault in dffinit when the value has too few...
2015-11-07 Clifford WolfAdded "singleton" pass
2015-11-05 Clifford WolfBugfix in mapping $tribuf to $_TBUF_
2015-10-31 Clifford WolfBugfix in memory_dff
2015-10-31 Clifford WolfImprovements in wreduce
2015-10-27 Clifford WolfUse mfp<> in equiv_mark
2015-10-25 Clifford WolfImprovements in equiv_struct
2015-10-25 Clifford WolfMajor refactoring of equiv_struct
2015-10-25 Clifford WolfImport more std:: stuff into Yosys namespace
2015-10-25 Clifford WolfAdded "equiv_add -cell"
2015-10-25 Clifford Wolfequiv_struct now creates equiv_merged attributes
2015-10-24 Clifford WolfImprovements in equiv_struct
2015-10-24 Clifford Wolfrenamed SigSpec::to_single_sigbit() to SigSpec::as_bit...
2015-10-24 Clifford Wolfimprovement in "stat"
2015-10-24 Clifford Wolfequiv_purge bugfix, using SigChunk in Yosys namespace
2015-10-24 Clifford WolfFixed handling of driver-driver conflicts in wreduce
2015-10-23 Clifford WolfAdded equiv_mark command
2015-10-23 Clifford WolfDisabled "Skipping blackbox module" msg in show command
2015-10-23 Clifford WolfAlso merge $equiv cells in equiv_struct
2015-10-23 Clifford WolfImprovements in equiv_struct
2015-10-22 Clifford WolfAdded equiv_purge
2015-10-21 Clifford WolfAdded equiv_struct command
2015-10-21 Clifford WolfImproved inout handling in equiv_make
2015-10-15 Clifford WolfBugfixes in handling of "keep" attribute on wires
2015-10-13 Clifford WolfMerge branch 'master' of https://github.com/rubund...
2015-10-13 Clifford WolfFixed "flatten" for unconnected inout ports
2015-09-27 Clifford WolfAdded edgetypes command
2015-09-26 Clifford WolfSome cleanups in qwp
2015-09-25 Clifford WolfAdded "test_cell -noeval"
2015-09-25 Clifford WolfAdded wreduce $mul support and fixed signed $mul opt_co...
2015-09-25 Clifford WolfBugfix in bram read-enable code
2015-09-25 Clifford WolfAdded read-enable to memory model
2015-09-24 Clifford WolfAdded pivoting to qwp solver
2015-09-24 Clifford WolfImproved qwp performance
2015-09-24 Clifford WolfAdded statistics summary to "qwp"
2015-09-24 Clifford WolfFixed memory_bram for ROMs in BRAMs with write-enable...
2015-09-21 Clifford WolfDo not detect fsm state registers with init attribute
2015-09-21 Clifford WolfBugfix in "qwp" pass
2015-09-20 Clifford WolfImprovements and fixes in "qwp" pass
2015-09-20 Clifford WolfAdded "qwp -dump"
2015-09-20 Clifford WolfAdded "qwp" command
2015-09-18 Clifford WolfAdded nlutmap
2015-09-18 Clifford WolfAdded lut2mux pass
2015-09-18 Clifford WolfAdded buffer detection to "abc -lut"
2015-09-18 Clifford WolfAdded support for "dfflibmap -liberty +/..."
2015-09-18 Clifford WolfAdded detection of "mux inverter" chains in opt_const
2015-09-18 Clifford WolfAdded $logic_not handling to fsm_detect
2015-09-12 Clifford WolfFixed sharing of $memrd cells
2015-09-01 Clifford WolfFixed port ordering in "splitnets" cmd
2015-09-01 Clifford Wolfgcc-4.6 build fixes
2015-08-31 Clifford WolfFixed iopadmap help message
2015-08-31 Clifford WolfUsing dict<> and pool<> in alumacc pass
next