aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Bump versionYosys Bot2020-08-201-1/+1
|
* Bump versionYosys Bot2020-08-191-1/+1
|
* Bump versionYosys Bot2020-08-141-1/+1
|
* Bump versionYosys Bot2020-08-131-1/+1
|
* Bump versionYosys Bot2020-08-101-1/+1
|
* Bump YOSYS_VERClaire Wolf2020-07-311-1/+1
| | | | Signed-off-by: Claire Wolf <claire@symbioticeda.com>
* Add utility module for representing flip-flops.Marcelina Kościelnicka2020-07-231-0/+1
|
* Add utility module for dealing with init attributes.Marcelina Kościelnicka2020-07-231-0/+1
|
* satgen: Move importCell out of the header.Marcelina Kościelnicka2020-07-191-1/+1
| | | | | This function has no hope of ever getting inlined anyway, and it speeds up yosys compile time by 7%.
* Fix issue #2251 (#2252)Lucas Castro2020-07-091-1/+1
| | | | * Fix #2251 - YosysJS ReferenceError: _memset is not defined. Add '_memset' in emcc EXPORTED_FUNCTIONS in Makefile.
* Add option to use ccache when buildingDan Ravensloft2020-07-041-0/+5
|
* Update ABC.whitequark2020-06-221-1/+1
|
* cxxrtl: add missing installs of include files.whitequark2020-06-081-0/+5
|
* Merge pull request #2051 from Xiretza/makefile-cd-warningwhitequark2020-05-281-1/+1
|\ | | | | Suppress warning during initial clone of ABC repo
| * Suppress warning during initial clone of ABC repoXiretza2020-05-141-1/+1
| | | | | | | | | | | | | | 9dedac50 introduced this harmless but disconcerting warning, which was emitted when abc/ did not yet exist and was about to be cloned: /bin/sh: line 0: cd: abc: No such file or directory
* | Setup tests/verilog properlyEddie Hung2020-05-111-0/+1
|/