aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* | Bump versionYosys Bot2020-10-161-1/+1
| |
* | Bump versionYosys Bot2020-10-131-1/+1
| |
* | Bump versionYosys Bot2020-10-091-1/+1
| |
* | Bump versionYosys Bot2020-10-061-1/+1
| |
* | Bump versionYosys Bot2020-10-031-1/+1
| |
* | Bump versionYosys Bot2020-10-021-1/+1
|/
* Bump versionYosys Bot2020-10-011-1/+1
|
* Fixed installation dir override for Python scriptsMiodrag Milanovic2020-09-301-6/+6
|
* Bump versionYosys Bot2020-09-301-1/+1
|
* Bump versionYosys Bot2020-09-291-1/+1
|
* Merge pull request #2386 from btut/fix/pyinstallpathMiodrag Milanović2020-09-281-2/+1
|\ | | | | Fixed python installation path
| * Fixed python installation pathBenedikt Tutzer2020-09-251-2/+1
| | | | | | | | | | | | The path where python expects it's libraries seems to change from operating system to operating system, but can be querried from the site package.
* | Use CXXFLAGS to enable pyosys specific code before generating wrappersBenedikt Tutzer2020-09-251-1/+1
|/ | | | | | The .pyh files were generated without the CXXFLAGS. This meant that code marked by the WITH_PYTHON flag was excluded. This is fixed by adding the flag in the rule for .pyh files.
* Bump versionYosys Bot2020-09-241-1/+1
|
* Bump versionYosys Bot2020-09-221-1/+1
|
* Bump versionYosys Bot2020-09-191-1/+1
|
* Bump versionYosys Bot2020-09-181-1/+1
|
* Bump versionYosys Bot2020-09-111-1/+1
|
* Bump versionYosys Bot2020-09-041-1/+1
|
* Bump versionYosys Bot2020-09-031-1/+1
|
* Bump versionYosys Bot2020-09-021-1/+1
|
* Bump versionYosys Bot2020-09-011-1/+1
|
* Bump versionYosys Bot2020-08-301-1/+1
|
* Bump versionYosys Bot2020-08-291-1/+1
|
* Bump versionYosys Bot2020-08-281-1/+1
|
* Merge pull request #2357 from whitequark/cxxflags-MPwhitequark2020-08-271-1/+1
|\ | | | | Add -MP to CXXFLAGS
| * Add -MP to CXXFLAGS.whitequark2020-08-261-1/+1
| | | | | | | | | | This avoids an issue where deleting or moving headers breaks the next incremental build until the outdated *.d files are deleted.
* | Merge pull request #2358 from whitequark/rename-ilang-to-rtlilwhitequark2020-08-271-3/+3
|\ \ | | | | | | Replace "ILANG" with "RTLIL" everywhere
| * | Replace "ILANG" with "RTLIL" everywhere.whitequark2020-08-261-3/+3
| |/ | | | | | | | | | | | | | | | | | | The only difference between "RTLIL" and "ILANG" is that the latter is the text representation of the former, as opposed to the in-memory graph representation. This distinction serves no purpose but confuses people: it is not obvious that the ILANG backend writes RTLIL graphs. Passes `write_ilang` and `read_ilang` are provided as aliases to `write_rtlil` and `read_rtlil` for compatibility.
* / Bump versionYosys Bot2020-08-271-1/+1
|/
* Bump versionYosys Bot2020-08-231-1/+1
|
* Bump versionYosys Bot2020-08-211-1/+1
|