aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Bump versionYosys Bot2021-01-151-1/+1
|
* Bump versionYosys Bot2021-01-141-1/+1
|
* Bump versionYosys Bot2021-01-051-1/+1
|
* Bump versionYosys Bot2021-01-021-1/+1
|
* makefile: fix GHDL vars, replace GHDL_DIR with GHDL_PREFIXumarcor2020-12-301-2/+2
|
* Bump versionYosys Bot2020-12-301-1/+1
|
* Merge pull request #2514 from umarcor/feat/ghdlwhitequark2020-12-291-0/+9
|\ | | | | makefile: add support for built-in ghdl-yosys-plugin
| * makefile: add support for built-in ghdl-yosys-pluginumarcor2020-12-281-0/+9
| | | | | | | | | | Co-authored-by: Tristan Gingold <tgingold@free.fr> Co-authored-by: whitequark <whitequark@whitequark.org>
* | Bump versionYosys Bot2020-12-291-1/+1
|/
* makefile: rename msys2 to msys2-32, config PREFIXumarcor2020-12-281-5/+7
|
* Bump versionYosys Bot2020-12-281-1/+1
|
* Bump versionYosys Bot2020-12-271-1/+1
|
* Bump versionYosys Bot2020-12-241-1/+1
|
* Bump versionYosys Bot2020-12-231-1/+1
|
* Bump versionYosys Bot2020-12-221-1/+1
|
* Bump versionYosys Bot2020-12-201-1/+1
|
* Bump versionYosys Bot2020-12-181-1/+1
|
* Bump versionYosys Bot2020-12-151-1/+1
|
* Bump versionYosys Bot2020-12-131-1/+1
|
* Bump versionYosys Bot2020-12-101-1/+1
|
* Bump versionYosys Bot2020-12-091-1/+1
|
* Bump versionYosys Bot2020-12-041-1/+1
|
* Bump versionYosys Bot2020-12-031-1/+1
|
* Merge pull request #2455 from gsomlo/gls-fedpkg-fixeswhitequark2020-12-021-0/+5
|\ | | | | Fixes for building Fedora distro RPMs of yosys
| * fixup over commit 829b5cca to re-enable ABCEXTERNAL supportGabriel Somlo2020-11-261-0/+5
| |
* | Bump versionYosys Bot2020-12-021-1/+1
|/
* Bump versionYosys Bot2020-11-261-1/+1
|
* Merge pull request #2442 from cr1901/sccachewhitequark2020-11-251-2/+7
|\ | | | | Makefile: Add disabled-by-default ENABLE_SCCACHE config option.
| * Makefile: Update ABCREV to bring in sccache fixes.William D. Jones2020-11-241-1/+1
| |
| * Makefile: Add disabled-by-default ENABLE_SCCACHE config option.William D. Jones2020-11-191-1/+6
| |
* | Bump versionYosys Bot2020-11-251-1/+1
| |
* | Bump versionYosys Bot2020-11-211-1/+1
|/
* Bump versionYosys Bot2020-11-191-1/+1
|
* Bump versionYosys Bot2020-11-171-1/+1
|
* Bump versionYosys Bot2020-11-111-1/+1
|
* Bump versionYosys Bot2020-11-081-1/+1
|
* Merge pull request #2414 from zeldin/abc-depend-clang-fixwhitequark2020-11-071-0/+4
|\ | | | | Prevent CXXFLAGS from leaking to abc Makefile
| * Prevent CXXFLAGS from leaking to abc MakefileMarcus Comstedt2020-11-071-0/+4
| | | | | | | | This fixes an issue with abc/depends.sh when the compiler is clang.
* | Bump versionYosys Bot2020-11-031-1/+1
| |
* | Bump versionYosys Bot2020-11-021-1/+1
| |
* | Bump versionYosys Bot2020-11-011-1/+1
| |
* | Bump versionYosys Bot2020-10-311-1/+1
|/
* Bump versionYosys Bot2020-10-251-1/+1
|
* Bump versionYosys Bot2020-10-231-1/+1
|
* Bump versionYosys Bot2020-10-221-1/+1
|
* Add new helper structures to represent memories.Marcelina Kościelnicka2020-10-211-1/+2
|
* Bump versionYosys Bot2020-10-211-1/+1
|
* Bump versionYosys Bot2020-10-201-1/+1
|
* Merge pull request #2397 from daveshah1/nexusMiodrag Milanović2020-10-191-0/+1
|\ | | | | synth_nexus: Initial implementation
| * synth_nexus: Initial implementationDavid Shah2020-10-151-0/+1
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>