yosys.git
2016-04-07 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2016-04-05 Clifford WolfHashlib indenting fix
2016-04-05 Clifford WolfAdded msan origins tracking
2016-04-05 Clifford WolfPrefer noninverting FFs in dfflibmap
2016-04-05 Clifford WolfImproved formatting of "sat" output tables
2016-04-05 Clifford WolfFixed some typos
2016-04-05 Andrew ZonenbergAdded GP_POR
2016-04-04 Andrew ZonenbergAdded GP_BANDGAP cell
2016-04-03 Clifford WolfMerge pull request #145 from laanwj/master
2016-04-03 Wladimir J... Fix a few typos in the manual
2016-04-03 Wladimir J... Add instructions for building manual on Ubuntu
2016-04-02 Clifford WolfMerge pull request #144 from azonenberg/master
2016-04-02 Andrew ZonenbergRemoved more debug prints
2016-04-02 Andrew ZonenbergRemoved forgotten debug code
2016-04-02 Andrew ZonenbergAdded GreenPak inverter support
2016-04-02 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2016-04-02 Andrew ZonenbergAdded support for inferring counters with asynchronous...
2016-04-01 Clifford WolfMerge pull request #143 from azonenberg/master
2016-04-01 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2016-04-01 Andrew ZonenbergDFFINIT is now correctly called for all kinds of flipfl...
2016-04-01 Andrew ZonenbergFixed incorrect port name in cells_map.v
2016-03-31 Clifford WolfAdded ScriptPass helper class for script-like passes
2016-03-31 Clifford WolfImproved opt_merge support for $pmux cells
2016-03-31 Clifford WolfAdded log_dump() support for dict<> and pool<> containers
2016-03-31 Clifford WolfPreserve empty $pmux default cases
2016-03-31 Clifford WolfTypo fixes in opt_expr and opt_merge
2016-03-31 Andrew ZonenbergFixed typo (wasn't written in 2012)
2016-03-31 Clifford WolfRenamed opt_share to opt_merge
2016-03-31 Clifford WolfRenamed opt_const to opt_expr
2016-03-31 Clifford WolfFixed typo in greenpak4_counters.cc
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 ZonenbergUpdated tech lib for greenpak4 counter with some clarif...
2016-03-31 Andrew ZonenbergFixed typo in log message
2016-03-30 Clifford WolfWe have 2016 for a while now
2016-03-30 Clifford WolfAdded .vhd file extension support
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-30 Andrew ZonenbergAdded splitnets to synth_greenpak4
2016-03-29 Clifford WolfAdded more cell help messages
2016-03-29 Clifford WolfFixed indenting in techlibs/greenpak4/gp_dff.lib
2016-03-29 Clifford WolfMerge pull request #141 from azonenberg/master
2016-03-29 Andrew ZonenbergAdded keep constraint to GP_SYSRESET cell
2016-03-29 Andrew ZonenbergAdded GP_SYSRESET block
2016-03-28 Clifford WolfMerge pull request #137 from ravenexp/master
2016-03-28 Clifford WolfMerge pull request #138 from SebKuzminsky/help-typo
2016-03-28 Clifford WolfMerge pull request #139 from azonenberg/master
2016-03-27 Andrew ZonenbergAdded GP_COUNT8/GP_COUNT14 cells
2016-03-26 Andrew ZonenbergChanged GP_LFOSC parameter configuration
2016-03-26 Andrew ZonenbergAdded GP_LFOSC cell
2016-03-26 Andrew ZonenbergRenamed GP4_V* cells to GP_V* for consistency
2016-03-26 Sebastian Kuzminskyfix a cut-n-paste error in the -h help
2016-03-26 Sergey KvachonokEmbed DATDIR make variable value into yosys binary.
2016-03-25 Clifford WolfMerge pull request #136 from ravenexp/master
2016-03-25 Sergey KvachonokOptionally use ${CC} when compiling test utils.
2016-03-25 Sergey KvachonokAllow redefining pkg-config Makefile command.
2016-03-25 Sergey KvachonokAllow redefining binary and data install locations.
2016-03-24 Clifford WolfDo not set "nosync" on task outputs, fixes #134
2016-03-23 Clifford WolfFixed handling of inverters (aka 1-input luts) in nlutmap
2016-03-23 Clifford WolfAdded GP_DFFS, GP_DFFR, and GP_DFFSR
2016-03-23 Clifford WolfAdded GP_DFF INIT parameter
2016-03-22 Clifford WolfAdded ast.h to exported headers
2016-03-21 Clifford WolfCleanup abstract modules at end of "hierarchy -top"
2016-03-21 Clifford WolfSupport for abstract modules in chparam
2016-03-21 Clifford WolfAdded support for $stop system task
2016-03-21 Clifford WolfImprovements in synth_greenpak4, added -part option
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-19 Clifford WolfAdded $display %m support, fixed mem leak in $display...
2016-03-19 Clifford WolfAdded black box modules for all the 7-series design...
2016-03-18 Clifford WolfFixed localparam signdness, fixes #127
2016-03-18 Clifford WolfSet "nosync" attribute on internal task/function wires
2016-03-15 Clifford WolfFixed Verilog parser fix and more similar improvements
2016-03-15 Andrew BeckerUse left-recursive rule for cell_port_list in Verilog...
2016-03-14 Clifford WolfBugfix in write_verilog for RTLIL processes
2016-03-11 Clifford WolfCleanups and improvements in examples/cmos/
2016-03-11 Clifford WolfMerge commit 'b34385ec924b6067c1f82bdbae923f8062518956'
2016-03-10 Clifford WolfFixed typos in verilog_defaults help message
2016-03-08 Clifford WolfAdded "write_edif -nogndvcc"
2016-03-08 Clifford WolfAdded examples/cxx-api/evaldemo.cc
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-03-05 Uros PlatiseCompleted ngspice digital example with verilog tb
2016-03-02 Clifford WolfAdded digital (xspice) example code to examples/cmos/
2016-03-02 Clifford WolfBe more conservative with net names in spice output
2016-02-29 Clifford WolfMerge pull request #119 from SebKuzminsky/spelling...
2016-02-28 Sebastian Kuzminskyuser-facing spelling fixes
2016-02-26 Clifford WolfWe are now in 0.6+ development
2016-02-26 Clifford WolfYosys 0.6 yosys-0.6
2016-02-24 Clifford WolfFixed BLIF parser for empty port assignments
2016-02-15 Clifford WolfUse easyer-to-read unoptimized ceil_log2()
2016-02-15 Clifford WolfUpdated ABC to ae7d65e71adc
2016-02-14 Clifford WolfUpdated command reference in manual
2016-02-14 Clifford WolfChangelog for upcoming 0.6 release
next