aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* makefile: Add the option to use libtermcapRobert Ou2017-07-171-0/+5
|
* Added the test outputs to the clean targetSalvador E. Tropea2017-07-031-0/+8
|
* Update ABC to hg rev efbf7f13ea9eClifford Wolf2017-05-311-1/+1
|
* Enable readline and tcl in mxe buildsClifford Wolf2017-05-171-4/+8
|
* Update ABC to hg rev e79576e10d72Clifford Wolf2017-05-111-1/+1
|
* Update ABC to hg rev 3a95bfa55df7Clifford Wolf2017-02-251-1/+1
|
* Add missing slashes in paths for make uninstallJosh Headapohl2017-02-231-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 8da4dc435b9fClifford Wolf2017-02-221-1/+1
|
* Evaluate all the $(shell ...) stuff for CXXFLAGS et al only onceClifford Wolf2017-02-111-3/+3
|
* Make MacOS Makefile stuff more compactClifford Wolf2017-02-111-8/+0
|
* Merge branch 'master' of https://github.com/stv0g/yosys into stv0g-masterClifford Wolf2017-02-111-18/+35
|\
| * Use pkg-config for linking tcl-tkSteffen Vogel2017-02-101-3/+5
| | | | | | | | Both MacPorts and Homebrew have a pkg-config file for TCL. So lets use it.
| * Dont mix Homebrew and MacPorts build optionsSteffen Vogel2017-02-101-2/+1
| |
| * Applied fixes from @joshhead (thanks for your effors!)Steffen Vogel2017-02-091-4/+6
| |
| * Fix compilation on OS X in order to support both MacPorts and HomebrewSteffen Vogel2017-02-071-13/+25
| |
| * Allow standard tools to be overwritten in make invocationSteffen Vogel2017-02-071-3/+3
| |
| * use Homebrew only if installedSteffen Vogel2017-01-311-6/+8
| |
* | Update ABC to hg rev a2fcd1cc61a6Clifford Wolf2017-02-051-1/+1
| |
* | Update ABC to hg rev fe96921e5d50Clifford Wolf2017-02-011-1/+1
|/
* Update ABC to hg id f8cadfe3861fClifford Wolf2017-01-111-3/+3
|
* Updated ABC to hg id 38b26a543f1dClifford Wolf2017-01-081-1/+1
|
* Updated ABC to hg id 55cd83f432c0Clifford Wolf2016-12-311-1/+1
|
* Updated ABC to hg id 8c6a635f7a20Clifford Wolf2016-12-291-1/+1
|
* Updated ABC to hg id f591c081d5e7Clifford Wolf2016-12-261-1/+1
|
* Updated ABC to hg rev a4872e22c646Clifford Wolf2016-12-211-1/+1
|
* Updated ABC to hg rev 8bab2eedbba4Clifford Wolf2016-12-211-1/+1
|
* Improved unit test structurerodrigosiqueira2016-12-101-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 testsrodrigosiqueira2016-12-041-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 8b555d9e67cfClifford Wolf2016-12-011-1/+1
|
* Added optional flag for linking curses with readline.oldtopman2016-11-211-0/+5
|
* We are now in 0.7+ developmentClifford Wolf2016-11-031-1/+1
|
* Yosys 0.7Clifford Wolf2016-11-031-1/+1
|
* Fixed version string for out-of-tree buildsClifford Wolf2016-10-141-1/+1
|
* Merge branch 'master' of github.com:cliffordwolf/yosysClifford Wolf2016-10-141-1/+1
|\
| * Ugh! extra patches got here, revertingSalvador E. Tropea2016-10-131-4/+3
| |
| * Allow to overwrite ABCEXTERNAL from the environment.Salvador E. Tropea2016-10-131-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. Tropea2016-10-131-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_WHERESalvador E. Tropea2016-10-131-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 variableClifford Wolf2016-10-141-2/+4
|/
* Update ABV to hg rev eb6eca6807ccClifford Wolf2016-10-021-1/+1
|
* Updated ABV to hg rev 6b74de13c57fClifford Wolf2016-10-011-1/+1
|
* Updated ABV to hg rev 2bc57cc30593Clifford Wolf2016-09-301-1/+1
|
* Add optional SEED=n command line option to Makefile, and -S n command line ↵Eric Smith2016-09-221-8/+14
| | | | option to test scripts, for deterministic regression tests.
* Install celledges.hClifford Wolf2016-09-071-0/+1
|
* Updated ABC to hg 8e08604f8ad3Clifford Wolf2016-09-071-1/+1
|
* Relax test to see if yosys dir is a git repository in MakefileRussell L Friesenhahn2016-08-261-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 URLRussell L Friesenhahn2016-08-261-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 configClifford Wolf2016-08-161-1/+2
|
* Add MSYS2-compatible build.William D. Jones2016-08-161-2/+16
|
* Updated ABC to hg rev a86455b00da5Clifford Wolf2016-08-161-1/+1
|