Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version | Yosys Bot | 2020-10-25 | 1 | -1/+1 |
| | |||||
* | Bump version | Yosys Bot | 2020-10-23 | 1 | -1/+1 |
| | |||||
* | Bump version | Yosys Bot | 2020-10-22 | 1 | -1/+1 |
| | |||||
* | Add new helper structures to represent memories. | Marcelina Kościelnicka | 2020-10-21 | 1 | -1/+2 |
| | |||||
* | Bump version | Yosys Bot | 2020-10-21 | 1 | -1/+1 |
| | |||||
* | Bump version | Yosys Bot | 2020-10-20 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2397 from daveshah1/nexus | Miodrag Milanović | 2020-10-19 | 1 | -0/+1 |
|\ | | | | | synth_nexus: Initial implementation | ||||
| * | synth_nexus: Initial implementation | David Shah | 2020-10-15 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | Bump version | Yosys Bot | 2020-10-16 | 1 | -1/+1 |
| | | |||||
* | | Bump version | Yosys Bot | 2020-10-13 | 1 | -1/+1 |
| | | |||||
* | | Bump version | Yosys Bot | 2020-10-09 | 1 | -1/+1 |
| | | |||||
* | | Bump version | Yosys Bot | 2020-10-06 | 1 | -1/+1 |
| | | |||||
* | | Bump version | Yosys Bot | 2020-10-03 | 1 | -1/+1 |
| | | |||||
* | | Bump version | Yosys Bot | 2020-10-02 | 1 | -1/+1 |
|/ | |||||
* | Bump version | Yosys Bot | 2020-10-01 | 1 | -1/+1 |
| | |||||
* | Fixed installation dir override for Python scripts | Miodrag Milanovic | 2020-09-30 | 1 | -6/+6 |
| | |||||
* | Bump version | Yosys Bot | 2020-09-30 | 1 | -1/+1 |
| | |||||
* | Bump version | Yosys Bot | 2020-09-29 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2386 from btut/fix/pyinstallpath | Miodrag Milanović | 2020-09-28 | 1 | -2/+1 |
|\ | | | | | Fixed python installation path | ||||
| * | Fixed python installation path | Benedikt Tutzer | 2020-09-25 | 1 | -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 wrappers | Benedikt Tutzer | 2020-09-25 | 1 | -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 version | Yosys Bot | 2020-09-24 | 1 | -1/+1 |
| | |||||
* | Bump version | Yosys Bot | 2020-09-22 | 1 | -1/+1 |
| | |||||
* | Bump version | Yosys Bot | 2020-09-19 | 1 | -1/+1 |
| | |||||
* | Bump version | Yosys Bot | 2020-09-18 | 1 | -1/+1 |
| | |||||
* | Bump version | Yosys Bot | 2020-09-11 | 1 | -1/+1 |
| | |||||
* | Bump version | Yosys Bot | 2020-09-04 | 1 | -1/+1 |
| | |||||
* | Bump version | Yosys Bot | 2020-09-03 | 1 | -1/+1 |
| | |||||
* | Bump version | Yosys Bot | 2020-09-02 | 1 | -1/+1 |
| | |||||
* | Bump version | Yosys Bot | 2020-09-01 | 1 | -1/+1 |
| | |||||
* | Bump version | Yosys Bot | 2020-08-30 | 1 | -1/+1 |
| | |||||
* | Bump version | Yosys Bot | 2020-08-29 | 1 | -1/+1 |
| | |||||
* | Bump version | Yosys Bot | 2020-08-28 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2357 from whitequark/cxxflags-MP | whitequark | 2020-08-27 | 1 | -1/+1 |
|\ | | | | | Add -MP to CXXFLAGS | ||||
| * | Add -MP to CXXFLAGS. | whitequark | 2020-08-26 | 1 | -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-rtlil | whitequark | 2020-08-27 | 1 | -3/+3 |
|\ \ | | | | | | | Replace "ILANG" with "RTLIL" everywhere | ||||
| * | | Replace "ILANG" with "RTLIL" everywhere. | whitequark | 2020-08-26 | 1 | -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 version | Yosys Bot | 2020-08-27 | 1 | -1/+1 |
|/ | |||||
* | Bump version | Yosys Bot | 2020-08-23 | 1 | -1/+1 |
| | |||||
* | Bump version | Yosys Bot | 2020-08-21 | 1 | -1/+1 |
| | |||||
* | Bump version | Yosys Bot | 2020-08-20 | 1 | -1/+1 |
| | |||||
* | Bump version | Yosys Bot | 2020-08-19 | 1 | -1/+1 |
| | |||||
* | Bump version | Yosys Bot | 2020-08-14 | 1 | -1/+1 |
| | |||||
* | Bump version | Yosys Bot | 2020-08-13 | 1 | -1/+1 |
| | |||||
* | Bump version | Yosys Bot | 2020-08-10 | 1 | -1/+1 |
| | |||||
* | Bump YOSYS_VER | Claire Wolf | 2020-07-31 | 1 | -1/+1 |
| | | | | Signed-off-by: Claire Wolf <claire@symbioticeda.com> | ||||
* | Add utility module for representing flip-flops. | Marcelina Kościelnicka | 2020-07-23 | 1 | -0/+1 |
| | |||||
* | Add utility module for dealing with init attributes. | Marcelina Kościelnicka | 2020-07-23 | 1 | -0/+1 |
| | |||||
* | satgen: Move importCell out of the header. | Marcelina Kościelnicka | 2020-07-19 | 1 | -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 Castro | 2020-07-09 | 1 | -1/+1 |
| | | | | * Fix #2251 - YosysJS ReferenceError: _memset is not defined. Add '_memset' in emcc EXPORTED_FUNCTIONS in Makefile. |