yosys.git
2013-03-28 Clifford WolfAdded EXTRA_TARGETS Makefile variable
2013-03-28 Clifford WolfImproved Makefile: Added ENABLE_* switches
2013-03-28 Clifford WolfImplemented TCL support (only via -c option at the...
2013-03-28 Clifford WolfImproved subcircuit verbose output (added portmapper...
2013-03-28 Clifford WolfFixed svgviewer hacks for builtin files
2013-03-28 Clifford WolfAdded proper TECHMAP_FAIL support and added support...
2013-03-28 Clifford WolfImplemented proper handling of stub placeholder modules
2013-03-27 Clifford WolfKeep viewport transform stable on reload in yosys-svgviewer
2013-03-27 Clifford WolfAdded check: only one module for "show" unless format...
2013-03-27 Clifford WolfNow using SVG and yosys-svgviewer per default in show...
2013-03-27 Clifford WolfAdded yosys-svgviewer to build system and renamed filte...
2013-03-27 Clifford WolfImported svgviewer from qt4.8
2013-03-26 Clifford WolfCreate nice errors when calling RTLIL::Module::derive...
2013-03-26 Clifford WolfCollect parameters in hierarchy -generate (and do nothi...
2013-03-26 Clifford WolfTiny bugfix in simlib.v
2013-03-26 Clifford WolfImprovements and bugfixes for generate blocks with...
2013-03-26 Clifford WolfFixed handling of unconditional generate blocks
2013-03-25 Clifford WolfAdded nosync attribute and some async reset related...
2013-03-25 Clifford WolfImproved verbose output of subcircuit
2013-03-25 Clifford WolfImproved method for finding fsm_expand candidates
2013-03-25 Clifford WolfAdded hierarchy -generate command for generating skelet...
2013-03-24 Clifford WolfChanged fsm_expand to merge multiplexers more aggressively
2013-03-24 Clifford WolfRenamed hansimem.v test case to mem_arst.v
2013-03-24 Clifford WolfFixed handling of show -viewer
2013-03-24 Clifford WolfFixed handling of internal signals in show command
2013-03-24 Clifford WolfImproved show -colors color assignments
2013-03-24 Clifford WolfAdded show -strech and renamed -widthlabels to -width
2013-03-24 Clifford WolfAdded -widthlabels options to chow command
2013-03-24 Clifford WolfAdded -notypes option to intersynth backend
2013-03-24 Clifford WolfReorganized TODOs
2013-03-24 Clifford WolfAdded mem2reg option to verilog frontend
2013-03-24 Clifford WolfFixed stdcells.v for $adff with undef reset value
2013-03-24 Clifford WolfAnother fix in mem2reg ast simplify logic
2013-03-24 Clifford WolfAdded -colors option to show command
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
next