yosys.git
2013-03-24 Clifford WolfAdded hansimem testcase (memory with async reset)
2013-03-24 Clifford WolfImproved mem2reg handling in ast simplifier
2013-03-23 Clifford WolfFixed gcc build (intersynth backend)
2013-03-23 Clifford WolfTiny fixes to verilog parser
2013-03-23 Clifford WolfVarious improvements in intersynth backend
2013-03-23 Clifford WolfAdded intersynth backend
2013-03-21 Clifford WolfAdded help -write-tex-command-reference-manual option
2013-03-21 Clifford WolfAdded eclipse CDT project files to .gitignore
2013-03-21 Clifford WolfAdded -S option for simple synthesis to gate logic
2013-03-21 Clifford WolfAvoid verilog-2k in verilog backend
2013-03-21 Clifford WolfDisabled the per-default dumping of ILANG code
2013-03-21 Clifford WolfAdded -nomap option to memory pass
2013-03-19 Clifford WolfMerge branch 'hansiglaser-master'
2013-03-19 Clifford Wolfadded optimizations for single-bit $eq/$ne with constan...
2013-03-19 Clifford Wolfimproved $mux optimization in opt_const
2013-03-19 Clifford Wolfkeep $mux and $_MUX_ optimizations separate in opt_const
2013-03-18 Johann Glaseradded a TODO
2013-03-18 Johann Glaseradded one more suggestion to optimize MUXes in pass...
2013-03-18 Johann Glaseralso optimize single-bit "$mux" cells in pass "opt_cons...
2013-03-18 Johann Glaserfixed a crash when lines start with whitespace
2013-03-18 Johann Glaseradded description of Makefile include files for build...
2013-03-18 Clifford WolfMore TODOs in README
2013-03-18 Clifford WolfMerge branch 'hansi'
2013-03-18 Clifford WolfRemoved date from auto-generated passes/techmap/stdcell...
2013-03-18 Clifford WolfFixed abc eeror handling
2013-03-18 Johann Glaseradd header to autogenerated file on its origin
2013-03-18 Johann Glaserfixed typos
2013-03-17 Clifford WolfFixed strerrno vs. strerror types in ABC pass
2013-03-17 Clifford WolfMerge branch 'hansi'
2013-03-17 Clifford WolfCleaned up ABC file/io error handling
2013-03-17 Clifford WolfSet execute bit on tests/openmsp430/run-synth.sh for...
2013-03-17 Johann Glaseradded error checking at execution of ABC
2013-03-17 Johann Glasercorrected typos
2013-03-17 Johann Glaserset executable flags to run-synth.sh, added .gitignore
2013-03-17 Johann Glaseradded ckeck for Icarus Verilog, otherwise the tests...
2013-03-17 Johann Glasercorrected typos
2013-03-15 Clifford WolfFixed gcc warnings and added error handling to shell...
2013-03-15 Clifford WolfAdded scc pass (find logic loops)
2013-03-15 Clifford WolfAdded vi .*.swp files to .gitignore
2013-03-15 Clifford WolfAdded [[CITE]] tags to abc and fsm_extract passes
2013-03-15 Clifford WolfAdded additional functionality and cleanups in sigtools...
2013-03-14 Clifford WolfChanged prefix for selection operators from # to %
2013-03-14 Clifford WolfAdded #ci and #co selection operators
2013-03-14 Clifford WolfAdded more features to #x selection operator
2013-03-14 Clifford WolfAdded "select -write" command
2013-03-14 Clifford WolfMore support code for $sr cells
2013-03-14 Clifford WolfAdded $sr cell type to celltypes.h
2013-03-10 Clifford WolfFixed detection of public wires in opt_rmunused
2013-03-10 Clifford WolfAdded shell escape to command language
2013-03-08 Clifford WolfFixed and improved #x selection operator
2013-03-08 Clifford WolfAutomatically select new objects in abc and techmap...
2013-03-08 Clifford WolfAdded ## selection operator (union all on stack)
2013-03-08 Clifford WolfAdded select -count mode
2013-03-08 Clifford WolfSplit extract -attr into extract -cell_attr and -wire_attr
2013-03-07 Clifford WolfAdded support for attribute matching in extract pass
2013-03-07 Clifford WolfAdded portmapping support to subcircuit userCompareNode...
2013-03-07 Clifford WolfCleanups and improvements in Makefile
2013-03-06 Clifford WolfFixed parsing of select #x<num> operator
2013-03-06 Clifford WolfImproved error message on failed module load
2013-03-06 Clifford WolfAdded support for loadable modules (aka plugins)
2013-03-06 Clifford WolfReset Makefile default config setting (oops)
2013-03-06 Clifford WolfFixed mine test case for subcircuit library
2013-03-06 Clifford WolfFixed handling of constant values and port swapping...
2013-03-05 Clifford WolfChanged default value for extract -mine_cells_span
2013-03-05 Clifford WolfAdded some simple progress information to verbose subci...
2013-03-05 Clifford WolfImplemented -mine_split option to extract pass
2013-03-05 Clifford WolfImplemented much better #x select operator
2013-03-03 Clifford WolfImplemented extract -mine_max_fanout <num> option
2013-03-03 Clifford WolfPerformance optimization in subcircuit mining
2013-03-03 Clifford WolfFixed a gcc compiler warning [-Wparentheses]
2013-03-03 Clifford WolfAdded "shared nodes" feature to the subcircuit library
2013-03-03 Clifford WolfAdded support for "extract_order" attribute to extract...
2013-03-03 Clifford WolfAdded design->select() api and use it in extract pass
2013-03-03 Clifford WolfFixed subcircuit allowOverlap=false corner case
2013-03-03 Clifford WolfAdded support for #x:<num> select stmt
2013-03-03 Clifford WolfHandle known inout ports as outputs in show command
2013-03-03 Clifford WolfFixed memory corruption in subcircuit miner
2013-03-03 Clifford WolfMinor hotfixes (mostly gcc build fixes)
2013-03-03 Clifford WolfAdded library support to celltypes class and show pass
2013-03-03 Clifford WolfImplemented general handler for selection arguments
2013-03-02 Clifford WolfFinished "extract -mine" feature
2013-03-02 Clifford WolfMore fun with subcircuit mining
2013-03-02 Clifford WolfAdded -mine option to extract pass (not finished)
2013-03-02 Clifford Wolfsubcircuit library: implied allExtern for mining
2013-03-02 Clifford WolfAdded frequent subcircuit miner to subcircuit library
2013-03-01 Clifford WolfAdded help messages for fsm_* passes
2013-03-01 Clifford WolfAdded help messages to memory_* passes
2013-03-01 Clifford WolfAdded help messages to proc_* passes
2013-03-01 Clifford WolfAdded help messages for opt_* passes
2013-03-01 Clifford WolfAdded id2cstr API
2013-03-01 Clifford WolfAdded help messages to ilang and verilog frontends
2013-03-01 Clifford WolfDo not unescape identifiers starting with \$
2013-03-01 Clifford WolfFixed "make qtcreator" (we now have a libs/ directory)
2013-02-28 Clifford WolfAdded more help messages
2013-02-28 Clifford WolfImproved help message for "shell" command
2013-02-28 Clifford WolfAdded help command to README (and some other README...
2013-02-28 Clifford WolfAdded online help for "show" and "hierarchy" commands
2013-02-28 Clifford WolfAdded help for command line options
2013-02-28 Clifford WolfAdded help msg to select command (and minor improvements)
2013-02-28 Clifford WolfAdded more help messages (extract, abc, dfflibmap)
next