aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated ABC to hg rev a86455b00da5Clifford Wolf2016-08-161-1/+1
|
* Updated ABC to hg rev 760ba358e790Clifford Wolf2016-08-161-1/+1
|
* ABC mxe cross-build fixClifford Wolf2016-08-161-1/+1
|
* Added CellEdgesDatabase APIClifford Wolf2016-07-241-1/+3
|
* Updated ABC to hg rev b5df6e2b76f0Clifford Wolf2016-06-171-1/+1
|
* Updated min GCC requirement to GCC 4.8Clifford Wolf2016-05-111-12/+12
|
* Fixes for MXE buildClifford Wolf2016-05-071-2/+2
|
* Improved TCL_VERSION detection so it does not read .tclshrcClifford Wolf2016-04-291-1/+1
|
* Added msan origins trackingClifford Wolf2016-04-051-2/+2
|
* Embed DATDIR make variable value into yosys binary.Sergey Kvachonok2016-03-261-0/+1
| | | | Use it as the last resort in the share/ directory location search.
* Allow redefining pkg-config Makefile command.Sergey Kvachonok2016-03-251-2/+4
| | | | | | Example usage: $ make CXX=i686-w64-mingw32-g++ PKG_CONFIG=i686-w64-mingw32-pkg-config
* Allow redefining binary and data install locations.Sergey Kvachonok2016-03-251-14/+15
| | | | | | | | | | | | Add three more Makefile variables in addition to PREFIX: $ make BINDIR=/.../bin LIBDIR=/.../lib DATDIR=/.../share/yosys The defaults are: BINDIR = $(PREFIX)/bin LIBDIR = $(PREFIX)/lib DATDIR = $(PREFIX)/share/yosys
* Added ast.h to exported headersClifford Wolf2016-03-221-0/+1
|
* Improvements in ABCEXTERNAL handlingClifford Wolf2016-03-191-3/+1
|
* Support calling out to an external ABC.Sergey Kvachonok2016-03-191-0/+8
| | | | | | | $ make ABCEXTERNAL=my-abc && make ABCEXTERNAL=my-abc install configures yosys to use an external ABC executable instead of building and installing the in-tree ABC copy (yosys-abc).
* We are now in 0.6+ developmentClifford Wolf2016-02-261-1/+1
|
* Yosys 0.6Clifford Wolf2016-02-261-1/+1
|
* Updated ABC to ae7d65e71adcClifford Wolf2016-02-151-1/+1
|
* Fixed MXE ABC buildClifford Wolf2016-02-131-1/+1
|
* Updated ABCClifford Wolf2016-02-081-1/+1
|
* Updated ABCClifford Wolf2016-02-071-1/+1
|
* Updated ABC to hg rev ee212a9e94dfClifford Wolf2016-02-011-1/+1
|
* More clang sanitizer stuffClifford Wolf2016-01-311-2/+11
|
* Addedd clang sanitizersClifford Wolf2016-01-311-0/+21
|
* Mac build fix, gsed -> sedMicah Elizabeth Scott2015-12-151-1/+1
| | | | Homebrew is calling its GNU sed just 'sed' now.
* Changes for Verific 3.16_484_32_151112Clifford Wolf2015-11-121-1/+1
|
* Use DESTDIR as defined in ↵Ruben Undheim2015-10-111-13/+13
| | | | | | https://www.gnu.org/prep/standards/html_node/DESTDIR.html This is needed for painless packaging of yosys
* Use LDFLAGS, CXXFLAGS and CPPFLAGS from the environment when buildingRuben Undheim2015-10-111-7/+7
|
* Fixed emcc buildClifford Wolf2015-09-211-1/+1
|
* Fixed Makefile rules for generated share filesClifford Wolf2015-08-161-0/+7
|
* Fix version strings for out-of-tree buildsLarry Doolittle2015-08-141-2/+2
| | | | Still assumes source tree is a git repository
* Fixed "make clean" for out-of-tree buildsClifford Wolf2015-08-121-1/+1
|
* Adjust makefiles to work with out-of-tree buildsClifford Wolf2015-08-121-11/+15
| | | | This is based on work done by Larry Doolittle
* Added ENABLE_LIBYOSYS Makefile optionClifford Wolf2015-08-041-14/+9
|
* Added libyosys.so buildClifford Wolf2015-08-041-1/+21
|
* Updated ABCClifford Wolf2015-07-061-1/+1
|
* Using static mem size of 128 MB in emcc buildClifford Wolf2015-06-201-1/+1
|
* Makefile fix for YosysJS buildClifford Wolf2015-06-111-0/+4
|
* Added cellaigs APIClifford Wolf2015-06-091-1/+1
|
* abc/blifparse files reorganizationClifford Wolf2015-05-171-1/+1
|
* Updated ABC to hg rev 779de2de1481Clifford Wolf2015-04-251-1/+1
|
* Updated ABC to 51705b168d7aClifford Wolf2015-04-041-2/+2
|
* YosysJS stuffClifford Wolf2015-02-191-9/+3
|
* Added YosysJS wrapperClifford Wolf2015-02-161-1/+7
|
* Added Viz to yosys.jsClifford Wolf2015-02-151-1/+5
|
* More emcc stuffClifford Wolf2015-02-151-1/+4
|
* More emscripten stuff, Added example appClifford Wolf2015-02-151-3/+8
|
* Fixed default EMCCFLAGSClifford Wolf2015-02-151-5/+8
|
* Added EMCCFLAGSClifford Wolf2015-02-131-0/+8
|
* Various changes to release checklistClifford Wolf2015-02-091-0/+3
|