Disabled const folding of ternary op when select is undef
[yosys.git] / Makefile
2013-11-04 Clifford WolfMakefile DESTDIR default (/usr/local) without quotes
2013-11-04 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2013-11-04 Clifford WolfMerge pull request #16 from mschmoelzer/master
2013-11-04 Martin SchmölzerAllow setting of installation destination via DESTDIR...
2013-10-27 Clifford WolfAdded API and Makefile rules for share/ files
2013-10-03 Clifford WolfPinned ABC revision to 0f9e5488ced3
2013-09-15 Clifford WolfMoved common techlib files to techlibs/common
2013-08-20 Clifford WolfAdded cleaning of old version_* files to version_*...
2013-08-20 Clifford WolfAdded version info to yosys command and added -V option
2013-08-20 Clifford WolfMinor fixes in abc build instructions and abc pass
2013-07-23 Clifford WolfFixed "make clean" for manual files
2013-07-20 Clifford WolfAdded Yosys Manual
2013-07-03 Clifford WolfAdded QMAKE makefile variable
2013-06-08 Clifford WolfAdded "make abc" and "make install-abc"
2013-06-08 Clifford WolfMoved cmds from kernel/ to passes/cmds/
2013-06-07 Clifford WolfAdded ezSAT library
2013-05-16 Clifford WolfMerge branch 'bugfix'
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-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-07 Clifford WolfCleanups and improvements in Makefile
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-02 Clifford WolfFinished "extract -mine" feature
2013-03-01 Clifford WolfFixed "make qtcreator" (we now have a libs/ directory)
2013-02-28 Clifford WolfAdded help for command line options
2013-02-27 Clifford WolfMoved stand-alone libs to libs/ directory and added...
2013-01-05 Clifford WolfMore .gitignore and fixed "make mrproper"
2013-01-05 Clifford Wolfinitial import