yosys.git
2014-10-15 Clifford WolfFixed MXE build
2014-10-14 Clifford WolfMerge branch 'win32'
2014-10-14 Clifford WolfCheck for _YOSYS_ in yosys.h
2014-10-14 Clifford WolfUpdated .gitignore file for ilang and verilog frontends
2014-10-14 Clifford WolfReplaced readsome() with read() and gcount()
2014-10-14 Clifford WolfA few indent fixes
2014-10-14 William SpeirsChanged from "and" to "&&"
2014-10-14 William SpeirsChanged to explicit heap allocated memory
2014-10-14 William SpeirsWrapped init in std::set constructor
2014-10-14 William SpeirsMade iterators extend std::iterator and added == operator
2014-10-14 Clifford WolfDefine empty __attribute__ macro for non-gcc, non-clang...
2014-10-14 William SpeirsFixed log so it will compile under Visual Studio
2014-10-14 William SpeirsUpdated lexers & parsers to include prefixes
2014-10-14 Clifford WolfUpdated ABC, enabled ABC in mxe builds
2014-10-13 Clifford WolfRemoved CHECK() macro from libparse.cc (was using non...
2014-10-12 Clifford WolfFixed ABC ARCHFLAGS for win32 cross build
2014-10-12 Clifford WolfMore win32/abc fixes
2014-10-12 Clifford WolfVarious Makefile changes for cross-compiling ABC for...
2014-10-12 Clifford WolfVarious small fixes for non-win32 builds
2014-10-12 Clifford WolfAdded make_temp_{file,dir}() and remove_directory(...
2014-10-12 Clifford WolfUsing stringf() instead of asprintf() in "abc" pass
2014-10-12 Clifford WolfAdded run_command() api to replace system() and popen()
2014-10-11 Clifford WolfRenamed "log.cc" to "logcmd.cc" so there aren't two...
2014-10-11 Clifford WolfShrinked the copyright banner by 1 character
2014-10-11 Clifford WolfAdded "make dist" for mxe builds
2014-10-11 Clifford WolfFixed Makefile PRETTY=1 for MXE (win32) and EMCC (js...
2014-10-11 Clifford WolfDo not the 'z' modifier in format string (another win32...
2014-10-11 Clifford WolfFixed win32 troubles with f.readsome()
2014-10-11 Clifford WolfStrip win32 executeables
2014-10-11 Clifford WolfAdded proc_self_dirname() for win32
2014-10-11 Clifford WolfFixed MXE readline support
2014-10-11 Clifford WolfFixed ifdefs for plugin unloading
2014-10-11 Clifford WolfDisabled "cover -d" on win32
2014-10-11 Clifford WolfNot using std::to_string in ezsat (problems with mingw)
2014-10-11 Clifford WolfDisabled vhdl2verilog command for win32 builds
2014-10-11 Clifford WolfDisabled ezminisat timeout feature for Win32
2014-10-10 Clifford WolfUsing next_token() to parse commands
2014-10-10 Clifford WolfFixed next_token()
2014-10-10 Clifford WolfMore Win32 build fixes
2014-10-10 Clifford WolfAdded next_token() function (strtok() replacement)
2014-10-10 Clifford WolfVarious win32 build fixes in yosys.cc
2014-10-10 Clifford WolfMoved patmatch() to yosys.cc
2014-10-10 Clifford WolfReplaced fnmatch() with patmatch()
2014-10-10 Clifford WolfAdded format __attribute__ to stringf()
2014-10-10 Clifford WolfRenamed TRUE/FALSE to CONST_TRUE/CONST_FALSE because...
2014-10-10 Clifford WolfRenamed SIZE() to GetSize() because of name collision...
2014-10-09 Clifford WolfReplaced "#ifdef WIN32" with "#ifdef _WIN32"
2014-10-09 Clifford WolfAdded API for generic cell cost calculations
2014-10-09 Clifford Wolfadded .exe and .html output files to .gitignore
2014-10-09 Clifford WolfNo rusage on win32
2014-10-09 Clifford WolfAdded mxe-based cross build for win32
2014-10-08 Clifford WolfFixes in "hilomap" help message
2014-10-03 Clifford Wolfsort cell types in "stat" output by name
2014-10-03 Clifford Wolfsat encoding for exclusive $pmux ctrl inputs in "share...
2014-10-03 Clifford Wolfsatgen import sigbit api
2014-10-03 Clifford Wolfadded resource sharing of $macc cells
2014-10-03 Clifford WolfAdded $_BUF_ cell type
2014-10-03 Clifford Wolfremove buffers in opt_clean
2014-10-03 Clifford Wolfresource sharing of $alu cells
2014-09-30 Clifford Wolfset "keep" on modules with $assert cells in "hierarchy"
2014-09-29 Clifford WolfAdded support for "keep" on modules
2014-09-27 Clifford Wolfnamespace Yosys
2014-09-22 Clifford WolfMerge pull request #39 from ahmedirfan1983/master
2014-09-22 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2014-09-21 Clifford WolfRe-enabled assert for new logic loops in "share" pass
2014-09-21 Clifford WolfVarious improvements regarding logic loops in "share...
2014-09-21 Clifford WolfLogic loop bugfix for "share" pass
2014-09-21 Clifford WolfAdded "share -limit"
2014-09-21 Clifford WolfStill loop bug in "share": changed assert to warning
2014-09-21 Clifford WolfDo not introduce new logic loops in "share"
2014-09-21 Clifford WolfAssert on new logic loops in "share" pass
2014-09-19 Clifford WolfAdded "test_abcloop" command
2014-09-19 Clifford WolfInitialize RTLIL::Const from std::vector<bool>
2014-09-19 Clifford WolfSorting of object names in ilang backend
2014-09-19 Clifford WolfSmall improvements in "abc" command handle_loops()...
2014-09-19 Clifford WolfUsing "NOT" instead of "INV" as cell name in default...
2014-09-19 Clifford WolfAlphabetically sort port names in "show" output
2014-09-18 Clifford WolfDo not run "scorr" in "abc -fast"
2014-09-18 Clifford WolfImprovements in "synth" script
2014-09-18 Clifford WolfAdded "abc -fast"
2014-09-18 ahmedirfan1983fixed memory next issue, when same memory is written...
2014-09-17 Clifford WolfAdded commit count to devel version number
2014-09-16 Clifford WolfFixed $_NOR vs. $_NOR_ typo in abc.cc
2014-09-16 Clifford WolfFixed $memwr/$memrd order in memory_dff
2014-09-16 Clifford WolfAdded new CodingReadme file (replaces CodingStyle and...
2014-09-16 Clifford WolfFixed $macc simlib model for zero-config
2014-09-15 Clifford WolfMore aggressive $macc merging in alumacc
2014-09-15 Clifford WolfAdded the obvious optimizations to alumacc $macc generator
2014-09-15 Clifford WolfImproved maccmap tree bit packing
2014-09-15 Clifford WolfFixed wreduce $shiftx handling
2014-09-14 Clifford WolfFixed monitor notifications for removed cell
2014-09-14 Clifford WolfAdded "synth" command
2014-09-14 Clifford WolfFixed techmap_wrap for techmap_celltype
2014-09-14 Clifford WolfUsing alumacc in techmap.v
2014-09-14 Clifford WolfVarious fixes/cleanups in alumacc and maccmap
2014-09-14 Clifford WolfAdded techmap_wrap attribute
2014-09-14 Clifford Wolfalumacc fix for $pos cells
2014-09-14 Clifford WolfExtract $alu cells in alumacc
2014-09-14 Clifford WolfMerge $macc cells in alumacc pass
2014-09-14 Clifford WolfBasic $macc extract in alumacc
next