Techmap flops before ABC again
[yosys.git] / techlibs / common /
2017-02-25 Clifford WolfAdd $live and $fair cell types, add support for s_event...
2017-02-11 Clifford WolfMerge branch 'master' of https://github.com/stv0g/yosys...
2017-02-09 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2017-02-04 Clifford WolfAdd $cover cell type and SVA cover() support
2016-10-14 Clifford WolfAdded $anyseq cell type
2016-10-14 Clifford WolfAdded $global_clock verilog syntax support for creating...
2016-10-11 Clifford WolfAdded $ff and $_FF_ cell types
2016-09-30 Clifford WolfAdded "prep -nokeepdc"
2016-08-30 Clifford WolfAdded "prep -nomem"
2016-08-30 Clifford WolfRemoved $aconst cell type
2016-08-28 Clifford WolfRemoved $predict again
2016-08-20 Clifford WolfAdded "wreduce -memx"
2016-08-19 Clifford WolfAdded memory_memx pass, "memory -memx", and "prep ...
2016-07-30 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2016-07-27 Clifford WolfAdded $anyconst and $aconst
2016-07-21 Clifford WolfAdded $initstate cell type and vlog function
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-11 Clifford WolfAdded "prep -auto-top" and "synth -auto-top"
2016-07-08 Clifford WolfMerge branch 'yosys-0.5-vtr' of https://github.com...
2016-06-17 Clifford WolfImproved support for $sop cells
2016-06-17 Clifford WolfAdded $sop cell type and "abc -sop"
2016-06-08 Clifford WolfDo not run "wreduce" in "prep -ifx"
2016-06-06 Clifford WolfAdded "proc_mux -ifx"
2016-04-25 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2016-04-23 Clifford WolfAdded "prep -flatten" and "synth -flatten"
2016-04-23 Clifford WolfConverted "prep" to ScriptPass
2016-04-23 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2016-04-21 Clifford WolfAdded "yosys -D" feature
2016-04-01 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2016-03-31 Clifford WolfAdded ScriptPass helper class for script-like passes
2016-03-31 Clifford WolfRenamed opt_const to opt_expr
2016-03-30 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2016-03-29 Clifford WolfAdded more cell help messages
2016-02-01 Clifford WolfProgress in cell library documentation
2015-12-22 Clifford WolfRun opt_const before check in default scripts
2015-12-07 Clifford WolfMerge pull request #108 from cseed/master
2015-10-20 Clifford WolfProgress on cell help messages
2015-10-17 Clifford WolfProgress on cell help messages
2015-10-14 Clifford WolfAdded "prep" command
2015-10-14 Clifford WolfAdded more cell descriptions
2015-10-14 Clifford WolfAdded first help messages for cell types
2015-09-25 Clifford WolfAdded read-enable to memory model
2015-08-16 Clifford WolfAdded $tribuf and $_TBUF_ sim models
2015-08-16 Clifford WolfAdded $tribuf and $_TBUF_ cell types
2015-08-14 Larry DoolittleAnother block of spelling fixes
2015-08-13 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2015-08-12 Clifford WolfAdjust makefiles to work with out-of-tree builds
2015-07-31 Clifford WolfAdded WORDS parameter to $meminit
2015-07-02 Clifford WolfAdded "synth -nofsm"
2015-07-02 Clifford WolfFixed trailing whitespaces
2015-06-15 Clifford WolfAdded "synth -nordff -noalumacc"
2015-04-27 Clifford WolfAdded simplemap $lut support
2015-04-05 Clifford Wolfmake all vector-size related integer params in $mem...
2015-04-05 Clifford WolfAdded $_MUX4_, $_MUX8_, and $_MUX16_ cell types
2015-04-03 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2015-02-26 Clifford WolfAdded $assume cell type
2015-02-15 Clifford WolfAdded "stat" to "synth" and "synth_xilinx"
2015-02-15 Clifford WolfAdded final checks to "synth" and "synth_xilinx"
2015-02-14 Clifford WolfSmaller default parameters in $mem simlib model
2015-02-14 Clifford WolfAdded $meminit support to "memory" command
2015-02-14 Clifford WolfAdded $meminit cell type
2015-02-13 Clifford WolfAdded "check" command
2015-02-12 Clifford WolfSome test related fixes
2015-02-01 Clifford WolfAdded "make mklibyosys", some minor API changes
2015-01-30 Clifford WolfAdded "fsm -encfile"
2015-01-19 Clifford WolfAdded $equiv cell type
2015-01-16 Clifford WolfAdded cells.lib
2015-01-07 Clifford WolfAdded add_share_file Makefile macro
2015-01-03 Clifford WolfProgress in memory_bram
2015-01-02 Clifford WolfAdded proper clkpol support to memory_bram
2015-01-02 Clifford WolfNew $mem simlib model
2014-12-30 Clifford WolfFixed simlib entries for $memrd and $memwr
2014-12-30 Clifford WolfFixed build with SMALL=1
2014-12-24 Clifford WolfImprovements in simplemap api, added $ne $nex $eq ...
2014-12-12 Clifford WolfRemoved UTF-8 chars from techmap.v
2014-12-08 Clifford WolfAdded $dffe cell type
2014-12-08 Clifford WolfAdded $_DFFE_??_ cell types
2014-10-31 Clifford WolfAdded "abc" label in synth script
2014-10-31 Clifford WolfAdded "opt -full" alias for all more aggressive optimiz...
2014-10-03 Clifford WolfAdded $_BUF_ cell type
2014-09-27 Clifford Wolfnamespace Yosys
2014-09-22 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2014-09-18 Clifford WolfImprovements in "synth" script
2014-09-16 Clifford WolfFixed $macc simlib model for zero-config
2014-09-14 Clifford WolfAdded "synth" command
2014-09-14 Clifford WolfUsing alumacc in techmap.v
2014-09-08 Clifford WolfFixed simlib $macc model for xilinx xsim
2014-09-08 Clifford WolfSimplified $fa undef model
2014-09-08 Clifford WolfFixes and cleanups for blackbox.v
2014-09-08 Clifford WolfAdded $lcu cell type
2014-09-08 Clifford WolfAdded "$fa" cell type
2014-09-07 Clifford WolfUsing maccmap for $macc and $mul techmap
2014-09-06 Clifford WolfVarious bug fixes (related to $macc model testing)
2014-09-06 Clifford WolfAdded $macc SAT model
2014-09-06 Clifford WolfAdded $macc simlib model (also use as techmap rule...
2014-09-04 Clifford WolfRemoved $bu0 cell type
2014-09-02 Clifford WolfUndef-related fixes in simlib $alu model
2014-09-02 Clifford WolfSmall bug fixes in $not, $neg, and $shiftx models
2014-09-01 Clifford WolfFixed "test_cell -simlib all"
next