Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for editline as replacement for readline | Clifford Wolf | 2017-11-08 | 1 | -0/+6 |
| | |||||
* | Add ENABLE_DEBUG config flag | Clifford Wolf | 2017-10-25 | 1 | -1/+10 |
| | |||||
* | Update ABC to hg rev f6838749f234 | Clifford Wolf | 2017-10-25 | 1 | -1/+1 |
| | |||||
* | Update ABC to hg rev 6283c5d99b06 | Clifford Wolf | 2017-10-11 | 1 | -1/+1 |
| | |||||
* | Update ABC to hg rev 0fc1803a77c0 | Clifford Wolf | 2017-10-06 | 1 | -1/+1 |
| | |||||
* | Update ABC to hg rev cd6984ee82d4 | Clifford Wolf | 2017-09-15 | 1 | -2/+2 |
| | |||||
* | Add "-undefined dynamic_lookup" to OSX "yosys-config --ldflags" | Clifford Wolf | 2017-08-04 | 1 | -1/+5 |
| | |||||
* | makefile: Add the option to use libtermcap | Robert Ou | 2017-07-17 | 1 | -0/+5 |
| | |||||
* | Added the test outputs to the clean target | Salvador E. Tropea | 2017-07-03 | 1 | -0/+8 |
| | |||||
* | Update ABC to hg rev efbf7f13ea9e | Clifford Wolf | 2017-05-31 | 1 | -1/+1 |
| | |||||
* | Enable readline and tcl in mxe builds | Clifford Wolf | 2017-05-17 | 1 | -4/+8 |
| | |||||
* | Update ABC to hg rev e79576e10d72 | Clifford Wolf | 2017-05-11 | 1 | -1/+1 |
| | |||||
* | Update ABC to hg rev 3a95bfa55df7 | Clifford Wolf | 2017-02-25 | 1 | -1/+1 |
| | |||||
* | Add missing slashes in paths for make uninstall | Josh Headapohl | 2017-02-23 | 1 | -1/+1 |
| | | | | | | | | Running make uninstall used to fail to remove binaries: rm -vf /usr/local/binyosys /usr/local/binyosys-config #...etc Fix Makefile so that it runs a command like this: rm -vf /usr/local/bin/yosys /usr/local/bin/yosys-config #...etc | ||||
* | Update ABC to hg rev 8da4dc435b9f | Clifford Wolf | 2017-02-22 | 1 | -1/+1 |
| | |||||
* | Evaluate all the $(shell ...) stuff for CXXFLAGS et al only once | Clifford Wolf | 2017-02-11 | 1 | -3/+3 |
| | |||||
* | Make MacOS Makefile stuff more compact | Clifford Wolf | 2017-02-11 | 1 | -8/+0 |
| | |||||
* | Merge branch 'master' of https://github.com/stv0g/yosys into stv0g-master | Clifford Wolf | 2017-02-11 | 1 | -18/+35 |
|\ | |||||
| * | Use pkg-config for linking tcl-tk | Steffen Vogel | 2017-02-10 | 1 | -3/+5 |
| | | | | | | | | Both MacPorts and Homebrew have a pkg-config file for TCL. So lets use it. | ||||
| * | Dont mix Homebrew and MacPorts build options | Steffen Vogel | 2017-02-10 | 1 | -2/+1 |
| | | |||||
| * | Applied fixes from @joshhead (thanks for your effors!) | Steffen Vogel | 2017-02-09 | 1 | -4/+6 |
| | | |||||
| * | Fix compilation on OS X in order to support both MacPorts and Homebrew | Steffen Vogel | 2017-02-07 | 1 | -13/+25 |
| | | |||||
| * | Allow standard tools to be overwritten in make invocation | Steffen Vogel | 2017-02-07 | 1 | -3/+3 |
| | | |||||
| * | use Homebrew only if installed | Steffen Vogel | 2017-01-31 | 1 | -6/+8 |
| | | |||||
* | | Update ABC to hg rev a2fcd1cc61a6 | Clifford Wolf | 2017-02-05 | 1 | -1/+1 |
| | | |||||
* | | Update ABC to hg rev fe96921e5d50 | Clifford Wolf | 2017-02-01 | 1 | -1/+1 |
|/ | |||||
* | 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. |