Merge pull request #633 from mmicko/master
[yosys.git] / passes /
2017-10-10 Clifford WolfRewrite ABC output to include proper net names in timin...
2017-10-04 Clifford WolfAdd blackbox command
2017-09-16 Clifford WolfMerge pull request #413 from azonenberg/extract-reduce...
2017-09-16 Andrew ZonenbergAdded missing "break"
2017-09-15 Andrew ZonenbergImplemented off-chain support for extract_reduce
2017-09-15 Andrew Zonenbergextract_reduce now only removes the head of the chain...
2017-09-15 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2017-09-14 Clifford WolfMerge pull request #412 from azonenberg/reduce-fixes
2017-09-14 Robert Ouextract_reduce: Fix segfault on "undriven" inputs
2017-09-14 Clifford WolfMerge pull request #411 from azonenberg/counter-extract...
2017-09-14 Clifford WolfMerge pull request #410 from azonenberg/opt_demorgan
2017-09-14 Andrew ZonenbergMinor changes to opt_demorgan requested during code...
2017-09-14 Andrew ZonenbergFixed bug where counter extraction on non-GreenPAK...
2017-09-14 Andrew ZonenbergAdded support for inferring counters with reset to...
2017-09-14 Andrew ZonenbergAdded RESET_TO_MAX parameter to $__COUNT_ cell. Cannot...
2017-09-14 Andrew ZonenbergAdded support for inferring counters with active-low...
2017-09-14 Andrew ZonenbergInitial support for extraction of counters with clock...
2017-09-14 Andrew ZonenbergFixed typo in comment. Fixed bug where extract_counter...
2017-09-13 Andrew ZonenbergInitial version of opt_demorgan is functioning for...
2017-09-09 Clifford WolfAdd src attribute to extra cells generated by proc_dlatch
2017-09-02 Clifford WolfFurther improve extract_fa (but still buggy)
2017-09-01 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2017-09-01 Clifford WolfMerge branch 'ChipScan-master'
2017-09-01 Clifford WolfUpdate more stuff to use get_src_attribute() and set_sr...
2017-08-31 Jason Lowdermilkupdated to use get_src_attribute() and set_src_attribute().
2017-08-31 Clifford WolfMerge pull request #399 from azonenberg/counter-extraction
2017-08-31 Andrew ZonenbergMerge branch 'counter-extraction' of github.com:azonenb...
2017-08-31 Andrew Zonenbergextract_counter: Added optimizations to remove unused...
2017-08-30 Andrew ZonenbergMerge branch 'master' of https://github.com/cliffordwol...
2017-08-30 Andrew Zonenbergextract_counter: Minor changes requested to comply...
2017-08-30 Jason LowdermilkMerge remote-tracking branch 'upstream/master'
2017-08-29 Jason LowdermilkAdd support for source line tracking through synthesis...
2017-08-29 Andrew ZonenbergFinished refactoring counter extraction to be nice...
2017-08-29 Andrew ZonenbergRefactored extract_counter to be generic vs GreenPAK...
2017-08-29 Andrew ZonenbergRefactoring: Renamed greenpak4_counters pass to extract...
2017-08-28 Clifford WolfMerge branch 'azonenberg-recover-reduce'
2017-08-28 Clifford WolfRename recover_reduce to extract_reduce, fix args handling
2017-08-28 Clifford WolfMerge branch 'recover-reduce' of https://github.com...
2017-08-28 Clifford WolfFurther improve extract_fa pass
2017-08-27 Robert Ourecover_reduce: Update documentation
2017-08-27 Robert Ourecover_reduce: Reindent using tabs
2017-08-27 Robert Ourecover_reduce: Rename recover_reduce_core to recover_r...
2017-08-27 Robert Ourecover_reduce: Add driver script for the $reduce_...
2017-08-27 Robert Ourecover_reduce_core: Finish implementing the core function
2017-08-27 Robert Ourecover_reduce_core: Initial commit
2017-08-25 Clifford WolfDon't track , ... contradictions through x/z-bits
2017-08-25 Clifford WolfAdd removing of redundant pairs of bits in ==, ===...
2017-08-25 Clifford WolfMerge branch 'extract_fa'
2017-08-25 Clifford WolfFurther improve extract_fa (seems to be fully functiona...
2017-08-25 Clifford WolfRename "adders" to "extract_fa"
2017-08-23 Clifford WolfTowards more generic "adder" function extractor
2017-08-22 Clifford WolfAdd experimental adders pass
2017-08-21 Clifford WolfRemove some dead code from fsm_map
2017-08-20 Clifford WolfRename "singleton" pass to "uniquify"
2017-08-18 Clifford WolfMore intuitive handling of "cd .." for singleton modules
2017-08-18 Clifford WolfAdd "sim -zinit -rstlen"
2017-08-18 Clifford WolfMerge branch 'sim'
2017-08-18 Clifford WolfAdd "sim" support for memories
2017-08-18 Clifford WolfAdd support for assert/assume/cover to "sim" command
2017-08-17 Clifford WolfAdd writeback mode to "sim" command
2017-08-17 Clifford WolfImprove "sim" command
2017-08-16 Clifford WolfAdd "sim" command skeleton
2017-08-15 Clifford WolfMerge branch 'azonenberg-rmports'
2017-08-15 Clifford WolfMostly coding style related fixes in rmports pass
2017-08-15 Clifford WolfMerge branch 'rmports' of https://github.com/azonenberg...
2017-08-14 Clifford WolfMerge pull request #381 from azonenberg/countfix
2017-08-14 Clifford WolfMerge pull request #383 from azonenberg/abcfnames
2017-08-14 Robert Ouabc: Allow +/ filenames in the abc command
2017-08-14 Andrew Zonenbergrmports: Now remove ports from cell instances if we...
2017-08-14 Andrew ZonenbergProcessModule is no longer virtual (why was it in the...
2017-08-14 Andrew Zonenbergrmports now works on all modules in the design, not...
2017-08-14 Andrew ZonenbergUpdated Makefile to reflect opt_rmports being renamed...
2017-08-14 Andrew ZonenbergRenamed opt_rmports pass to rmports
2017-08-14 Andrew ZonenbergImproved handling of constant connections in opt_rmports
2017-08-14 Andrew ZonenbergFixed handling of cell ports that aren't wires
2017-08-14 Andrew Zonenbergopt_rmports: Fixed incorrect handling of multi-bit...
2017-08-14 Andrew ZonenbergRemoved commented out debug code
2017-08-14 Andrew ZonenbergAdded opt_rmports pass (remove unconnected ports from...
2017-08-09 Clifford WolfAdd support for set-reset cell variants to opt_rmdff
2017-08-06 Clifford WolfAdd handling of constant reset signals to opt_rmdff
2017-07-29 Clifford WolfFix typo in "abc" pass help message
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-22 Clifford WolfAdd error for cell output ports that are connected...
2017-07-21 Clifford WolfFix handling of empty cell port assignments (i.e. ignor...
2017-07-14 Clifford WolfAdd $alu to list of supported cells for "stat -width"
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 "design -import"
2017-06-30 Clifford WolfAdd chtype command
2017-06-30 Clifford WolfAdd $tribuf to opt_merge blacklist
2017-06-20 Clifford WolfFix handling of init values in "abc -dff" and "abc...
2017-06-20 Clifford WolfSwitched abc "clock domain not found" error to log_cmd_...
2017-05-28 Clifford WolfAdd "setundef -anyseq"
2017-05-28 Clifford WolfImprove write_aiger handling of unconnected nets and...
2017-05-24 Clifford WolfAdd aliases for common sets of gate types to "abc -g"
2017-05-17 Clifford WolfAdd $_ANDNOT_ and $_ORNOT_ gates
next