Merge branch 'fix_shift_reduce_conflict' of https://github.com/udif/yosys
[yosys.git] / kernel /
2017-09-09 Clifford WolfAdd src arguments to all cell creator helper functions
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 Andrew ZonenbergMerge branch 'counter-extraction' of github.com:azonenb...
2017-08-30 Andrew ZonenbergMerge branch 'master' of https://github.com/cliffordwol...
2017-08-30 Jason LowdermilkMerge remote-tracking branch 'upstream/master'
2017-08-30 Jason Lowdermilkfix indent level
2017-08-30 Clifford WolfMerge pull request #397 from azonenberg/gpak-libfixes
2017-08-30 Clifford WolfAdd {get,set}_src_attribute() methods on RTLIL::AttrObject
2017-08-29 Jason LowdermilkAdd support for source line tracking through synthesis...
2017-08-22 Clifford WolfAdd hashlib support for hashing of pools
2017-08-22 Clifford WolfAdd consteval support for $_ANDNOT_ and $_ORNOT_
2017-08-18 Clifford WolfMerge branch 'sim'
2017-08-18 Clifford WolfAdd Const methods is_fully_zero(), is_fully_def(),...
2017-08-09 Clifford WolfAuto-detect JSON front-end
2017-07-27 Clifford WolfAdd log_warning_noprefix() API, Use for Verific warning...
2017-07-25 Clifford WolfAdd "using std::get" to yosys.h
2017-07-18 Clifford WolfChange intptr_t to uintptr_t in hashlib.h
2017-07-18 Clifford WolfMerge pull request #363 from rqou/master
2017-07-17 Robert OuFix build warnings for win64
2017-07-03 Clifford WolfMerge pull request #352 from rqou/master
2017-06-20 Clifford WolfFix history namespace collision
2017-06-20 Clifford WolfStore command history when terminating with an error
2017-05-28 Clifford WolfAdd "setundef -anyseq"
2017-05-17 Clifford WolfEnable readline and tcl in mxe builds
2017-05-17 Clifford WolfAdd missing AndnotGate() and OrnotGate() declarations...
2017-05-17 Clifford WolfAdd $_ANDNOT_ and $_ORNOT_ gates
2017-04-05 Clifford WolfAdd ConstEval defaultval feature
2017-03-28 Clifford WolfAdd front-end detection for *.tcl files
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-24 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2017-02-23 Clifford WolfFix mingw compile issue (2nd attempt)
2017-02-23 Clifford WolfFix mingw compile issue (maybe.. I can't test it)
2017-02-16 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2017-02-16 Clifford WolfFix eval implementation of $_NOR_
2017-02-14 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2017-02-12 Clifford WolfAdd "yosys -w" for suppressing warnings
2017-02-11 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2017-02-11 Clifford WolfAdd log_wire() API
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-05 Clifford WolfFix undef propagation bug in $pmux SAT model
2017-02-04 Clifford WolfAdd $cover cell type and SVA cover() support
2017-01-31 Clifford WolfMerge branch 'opt_compare_pr' of https://github.com...
2017-01-26 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2017-01-25 Clifford WolfFix RTLIL::Memory::start_offset initialization
2017-01-01 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2016-12-31 Clifford WolfBugfix in RTLIL::SigSpec::remove2()
2016-12-23 Andrew ZonenbergMerge pull request #1 from azonenberg-hk/master
2016-12-23 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2016-12-23 Clifford WolfSimplified log_spacer() code
2016-12-22 Clifford WolfAdded "yosys -W regex"
2016-12-21 Clifford WolfAdded AIGER back-end to automatic back-end detection
2016-12-17 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2016-12-13 Clifford WolfBugfix in comment handling
2016-11-15 Clifford WolfRemember global declarations and defines accross read_v...
2016-10-14 Clifford WolfSome minor build fixes for Visual C
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-10-11 Clifford Wolfdefine PATH_MAX if not defined by limits.h
2016-09-07 Clifford WolfImprovements in assertpmux
2016-08-30 Clifford WolfRemoved $aconst cell type
2016-08-28 Clifford WolfRemoved $predict again
2016-08-27 Clifford WolfFixed handling of transparent bram rd ports on ROMs
2016-08-22 Clifford WolfAdded glob support to all front-ends
2016-08-16 Clifford WolfMerge pull request #203 from cr1901/master
2016-08-16 William D. JonesAdd MSYS2-compatible build.
2016-08-16 Clifford WolfUse _Exit(0) on win32, always use _Exit(1) in log_error()
2016-08-09 Clifford WolfAdded log_const() API
2016-08-08 Yury GribovUse /proc/self/exe on Cygwin as well.
2016-07-30 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2016-07-27 Clifford WolfAdded SatGen support for $anyconst
2016-07-27 Clifford WolfRemoved $predict support from SatGen
2016-07-27 Clifford WolfAdded $anyconst and $aconst
2016-07-27 Clifford WolfAdded "read_verilog -dump_rtlil"
2016-07-25 Clifford WolfRenamed AbstractCellEdgesDatabase::add_cell() to add_ed...
2016-07-24 Clifford WolfImprovements in CellEdgesDatabase
2016-07-24 Clifford WolfAdded CellEdgesDatabase API
2016-07-22 Clifford WolfAdded satgen initstate support
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-08 Clifford WolfMerge branch 'yosys-0.5-vtr' of https://github.com...
2016-06-19 Clifford WolfMerge branch 'sv_packages' of https://github.com/rubund...
2016-06-18 Ruben UndheimA few modifications after pull request comments
2016-06-18 Ruben UndheimAdded support for SystemVerilog packages with localpara...
2016-06-17 Clifford WolfAdded $sop SAT model
2016-06-17 Clifford WolfImproved support for $sop cells
2016-06-17 Clifford WolfAdded $sop cell type and "abc -sop"
2016-05-14 Clifford WolfAdded missing "#define HASHLIB_H"
2016-05-08 Clifford WolfInclude <cmath> in yosys.h
2016-05-07 Clifford WolfFixes for MXE build
2016-04-25 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2016-04-24 Clifford WolfAdded "yosys -D ALL"
2016-04-23 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2016-04-21 Clifford WolfAdded "yosys -D" feature
next