Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update ABC to hg id f8cadfe3861f | Clifford Wolf | 2017-01-11 | 1 | -3/+3 |
| | |||||
* | Updated ABC to hg id 38b26a543f1d | Clifford Wolf | 2017-01-08 | 1 | -1/+1 |
| | |||||
* | Updated ABC to hg id 55cd83f432c0 | Clifford Wolf | 2016-12-31 | 1 | -1/+1 |
| | |||||
* | Updated ABC to hg id 8c6a635f7a20 | Clifford Wolf | 2016-12-29 | 1 | -1/+1 |
| | |||||
* | Updated ABC to hg id f591c081d5e7 | Clifford Wolf | 2016-12-26 | 1 | -1/+1 |
| | |||||
* | Updated ABC to hg rev a4872e22c646 | Clifford Wolf | 2016-12-21 | 1 | -1/+1 |
| | |||||
* | Updated ABC to hg rev 8bab2eedbba4 | Clifford Wolf | 2016-12-21 | 1 | -1/+1 |
| | |||||
* | Improved unit test structure | rodrigosiqueira | 2016-12-10 | 1 | -3/+0 |
| | | | | | | | | | Signed-off-by: rodrigosiqueira <rodrigosiqueiramelo@gmail.com> Signed-off-by: chaws <18oliveira.charles@gmail.com> * Merged run-all-unitest inside unit-test target * Fixed Makefile dependencies * Updated documentation about unit test | ||||
* | Added required structure to implement unit tests | rodrigosiqueira | 2016-12-04 | 1 | -0/+14 |
| | | | | | | | | | | Added modifications inside the main Makefile to refers the unit test Makefile. Added separated Makefile only for compiling unit tests. Added simple example of unit test. Signed-off-by: Charles Oliveira <18oliveira.charles@gmail.com> Signed-off-by: Pablo Alejandro <pabloabur@usp.br> Signed-off-by: Rodrigo Siqueira <siqueira@ime.usp.br> | ||||
* | Updated ABV to hg rev 8b555d9e67cf | Clifford Wolf | 2016-12-01 | 1 | -1/+1 |
| | |||||
* | Added optional flag for linking curses with readline. | oldtopman | 2016-11-21 | 1 | -0/+5 |
| | |||||
* | We are now in 0.7+ development | Clifford Wolf | 2016-11-03 | 1 | -1/+1 |
| | |||||
* | Yosys 0.7 | Clifford Wolf | 2016-11-03 | 1 | -1/+1 |
| | |||||
* | Fixed version string for out-of-tree builds | Clifford Wolf | 2016-10-14 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:cliffordwolf/yosys | Clifford Wolf | 2016-10-14 | 1 | -1/+1 |
|\ | |||||
| * | Ugh! extra patches got here, reverting | Salvador E. Tropea | 2016-10-13 | 1 | -4/+3 |
| | | |||||
| * | Allow to overwrite ABCEXTERNAL from the environment. | Salvador E. Tropea | 2016-10-13 | 1 | -1/+1 |
| | | | | | | | | In this way Debian scripts can define it as berkeley-abc from the shell. | ||||
| * | Modified test target name (to test-all) | Salvador E. Tropea | 2016-10-13 | 1 | -2/+2 |
| | | | | | | | | | | As this target depends on external tools, and packagers run "make test", I think the name should be less generic. | ||||
| * | Added a new configuration variable GIT_REV_WHERE | Salvador E. Tropea | 2016-10-13 | 1 | -1/+2 |
| | | | | | | | | | | It determines from where we get the gits SHA1 value. By default is HEAD, suitable for Clifford, but for Debian we can define it as upstream/master | ||||
* | | Added YOSYS_VER_STR make variable | Clifford Wolf | 2016-10-14 | 1 | -2/+4 |
|/ | |||||
* | Update ABV to hg rev eb6eca6807cc | Clifford Wolf | 2016-10-02 | 1 | -1/+1 |
| | |||||
* | Updated ABV to hg rev 6b74de13c57f | Clifford Wolf | 2016-10-01 | 1 | -1/+1 |
| | |||||
* | Updated ABV to hg rev 2bc57cc30593 | Clifford Wolf | 2016-09-30 | 1 | -1/+1 |
| | |||||
* | Add optional SEED=n command line option to Makefile, and -S n command line ↵ | Eric Smith | 2016-09-22 | 1 | -8/+14 |
| | | | | option to test scripts, for deterministic regression tests. | ||||
* | Install celledges.h | Clifford Wolf | 2016-09-07 | 1 | -0/+1 |
| | |||||
* | Updated ABC to hg 8e08604f8ad3 | Clifford Wolf | 2016-09-07 | 1 | -1/+1 |
| | |||||
* | Relax test to see if yosys dir is a git repository in Makefile | Russell L Friesenhahn | 2016-08-26 | 1 | -1/+1 |
| | | | | | | This prevents the test from failing in the case that yosys is a submodule of a repository since for a submodule the .git is actually a file containing the location of the submodule's .git directory | ||||
* | Allow redefining of the ABC repository URL | Russell L Friesenhahn | 2016-08-26 | 1 | -2/+3 |
| | | | | | | | | | For persons or organizations that prefer to keep their own mirrors of repositories, users may now specify the URL of the ABC Mercurial repository that yosys clones during build. The URL may be set in the Makefile directly, on the command-line, or in the environment | ||||
* | Fixed default build config | Clifford Wolf | 2016-08-16 | 1 | -1/+2 |
| | |||||
* | Add MSYS2-compatible build. | William D. Jones | 2016-08-16 | 1 | -2/+16 |
| | |||||
* | Updated ABC to hg rev a86455b00da5 | Clifford Wolf | 2016-08-16 | 1 | -1/+1 |
| | |||||
* | Updated ABC to hg rev 760ba358e790 | Clifford Wolf | 2016-08-16 | 1 | -1/+1 |
| | |||||
* | ABC mxe cross-build fix | Clifford Wolf | 2016-08-16 | 1 | -1/+1 |
| | |||||
* | Added CellEdgesDatabase API | Clifford Wolf | 2016-07-24 | 1 | -1/+3 |
| | |||||
* | Updated ABC to hg rev b5df6e2b76f0 | Clifford Wolf | 2016-06-17 | 1 | -1/+1 |
| | |||||
* | Updated min GCC requirement to GCC 4.8 | Clifford Wolf | 2016-05-11 | 1 | -12/+12 |
| | |||||
* | Fixes for MXE build | Clifford Wolf | 2016-05-07 | 1 | -2/+2 |
| | |||||
* | Improved TCL_VERSION detection so it does not read .tclshrc | Clifford Wolf | 2016-04-29 | 1 | -1/+1 |
| | |||||
* | Added msan origins tracking | Clifford Wolf | 2016-04-05 | 1 | -2/+2 |
| | |||||
* | Embed DATDIR make variable value into yosys binary. | Sergey Kvachonok | 2016-03-26 | 1 | -0/+1 |
| | | | | Use it as the last resort in the share/ directory location search. | ||||
* | Allow redefining pkg-config Makefile command. | Sergey Kvachonok | 2016-03-25 | 1 | -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 Kvachonok | 2016-03-25 | 1 | -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 headers | Clifford Wolf | 2016-03-22 | 1 | -0/+1 |
| | |||||
* | Improvements in ABCEXTERNAL handling | Clifford Wolf | 2016-03-19 | 1 | -3/+1 |
| | |||||
* | Support calling out to an external ABC. | Sergey Kvachonok | 2016-03-19 | 1 | -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+ development | Clifford Wolf | 2016-02-26 | 1 | -1/+1 |
| | |||||
* | Yosys 0.6 | Clifford Wolf | 2016-02-26 | 1 | -1/+1 |
| | |||||
* | Updated ABC to ae7d65e71adc | Clifford Wolf | 2016-02-15 | 1 | -1/+1 |
| | |||||
* | Fixed MXE ABC build | Clifford Wolf | 2016-02-13 | 1 | -1/+1 |
| | |||||
* | Updated ABC | Clifford Wolf | 2016-02-08 | 1 | -1/+1 |
| |