Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix linking with Python 3.8 | Graham Edgecombe | 2019-12-20 | 1 | -0/+7 |
* | Add PYTHON_CONFIG variable to the Makefile | Graham Edgecombe | 2019-12-20 | 1 | -17/+18 |
* | actually run the gowin tests | Pepijn de Vos | 2019-10-28 | 1 | -0/+1 |
* | Makefile: don't assume python is called `python3` | Sean Cross | 2019-10-19 | 1 | -1/+1 |
* | Moved all tests in arch sub directory | Miodrag Milanovic | 2019-10-18 | 1 | -5/+5 |
* | Merge branch 'master' into mmicko/efinix | Miodrag Milanović | 2019-10-18 | 1 | -0/+4 |
|\ | |||||
| * | Merge branch 'master' into mmicko/anlogic | Miodrag Milanović | 2019-10-18 | 1 | -0/+3 |
| |\ | |||||
| | * | Merge branch 'master' into eddie/pr1352 | Miodrag Milanović | 2019-10-18 | 1 | -2/+4 |
| | |\ | |||||
| | | * | Remove xilinx_ug901 tests (will be moved to yosys-tests) | SergeyDegtyar | 2019-10-17 | 1 | -1/+0 |
| | | * | Add smoke tests to tests/xilinx | SergeyDegtyar | 2019-10-17 | 1 | -0/+1 |
| | | * | Add tests for Xilinx UG901 examples | SergeyDegtyar | 2019-10-17 | 1 | -0/+1 |
| | | * | Use "(id)" instead of "id" for types as temporary hack | Clifford Wolf | 2019-10-14 | 1 | -0/+1 |
| | | |\ | |||||
| | | | * | sv: Add test scripts for typedefs | David Shah | 2019-10-03 | 1 | -0/+1 |
| | * | | | Merge branch 'SergeyDegtyar/ecp5' of https://github.com/SergeyDegtyar/yosys i... | Eddie Hung | 2019-09-30 | 1 | -0/+1 |
| | |\ \ \ | | | |_|/ | | |/| | | |||||
| | | * | | Add tests for ECP5 architecture | SergeyDegtyar | 2019-09-03 | 1 | -0/+1 |
| * | | | | Merge branch 'SergeyDegtyar/anlogic' of https://github.com/SergeyDegtyar/yosy... | Miodrag Milanovic | 2019-10-04 | 1 | -0/+1 |
| |\ \ \ \ | | |_|_|/ | |/| | | | |||||
| | * | | | Merge branch 'master' into SergeyDegtyar/anlogic | Sergey | 2019-10-01 | 1 | -4/+8 |
| | |\| | | |||||
| | * | | | Add new tests for Anlogic architecture | SergeyDegtyar | 2019-09-23 | 1 | -0/+1 |
| | | |/ | | |/| | |||||
* | | | | Merge branch 'SergeyDegtyar/efinix' of https://github.com/SergeyDegtyar/yosys... | Miodrag Milanovic | 2019-10-04 | 1 | -0/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Merge branch 'master' into SergeyDegtyar/efinix | Sergey | 2019-10-01 | 1 | -4/+8 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | Add new tests for Efinix architecture. | SergeyDegtyar | 2019-09-23 | 1 | -0/+1 |
| | |/ | |/| | |||||
* | | | Update ABC to git rev 623b5e8 | Clifford Wolf | 2019-10-03 | 1 | -1/+1 |
* | | | Bump version | Clifford Wolf | 2019-10-03 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge pull request #1406 from whitequark/connect_rpc | whitequark | 2019-09-30 | 1 | -0/+4 |
|\ \ | |||||
| * | | rpc: new frontend. | whitequark | 2019-09-30 | 1 | -0/+1 |
| * | | libs: import json11. | whitequark | 2019-09-30 | 1 | -0/+3 |
* | | | Bump version | Clifford Wolf | 2019-09-30 | 1 | -1/+1 |
|/ / | |||||
* | | Bump version | Clifford Wolf | 2019-09-16 | 1 | -1/+1 |
* | | Bump version | Clifford Wolf | 2019-09-10 | 1 | -1/+1 |
* | | Bump version | Clifford Wolf | 2019-09-05 | 1 | -1/+1 |
* | | Use $(shell :; ...) in Makefile to force shell | Emily | 2019-09-05 | 1 | -3/+3 |
* | | Replace `which` with `command -v` in Makefile too | Emily | 2019-09-04 | 1 | -3/+3 |
|/ | |||||
* | Merge pull request #2 from YosysHQ/master | Sergey | 2019-08-29 | 1 | -1/+1 |
|\ | |||||
| * | Bump YOSYS_VER | Clifford Wolf | 2019-08-29 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/clifford/async2synclatch' into Sergey/te... | Eddie Hung | 2019-08-28 | 1 | -1/+11 |
|\| | |||||
| * | Add "make bumpversion" | Clifford Wolf | 2019-08-27 | 1 | -0/+3 |
| * | Merge tag 'yosys-0.9' | Clifford Wolf | 2019-08-26 | 1 | -1/+1 |
| |\ | |||||
| | * | Yosys 0.9 | Clifford Wolf | 2019-08-26 | 1 | -1/+1 |
| | * | do not require boost if pyosys is not used | Miodrag Milanovic | 2019-08-22 | 1 | -0/+2 |
| | * | Fix linking issue for new mxe and pthread | Miodrag Milanovic | 2019-08-02 | 1 | -1/+2 |
| | * | Fix yosys linking for mxe | Miodrag Milanovic | 2019-08-02 | 1 | -1/+1 |
| | * | Fix formatting for msys2 mingw build using GetSize | Miodrag Milanovic | 2019-08-02 | 1 | -0/+2 |
| | * | Merge pull request #1146 from gsomlo/gls-test-abc-ext | Clifford Wolf | 2019-07-09 | 1 | -2/+8 |
| | * | Checkout yosys-0.9-rc branch of yosys-tests | Eddie Hung | 2019-07-02 | 1 | -1/+1 |
| * | | do not require boost if pyosys is not used | Miodrag Milanovic | 2019-08-22 | 1 | -0/+2 |
| * | | Merge branch 'master' into clifford/pmgen | Clifford Wolf | 2019-08-20 | 1 | -0/+1 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' of github.com:YosysHQ/yosys into clifford/pmgen | Clifford Wolf | 2019-08-19 | 1 | -1/+2 |
| |\ \ \ | |||||
| * | | | | Improvements in pmgen for recursive patterns | Clifford Wolf | 2019-08-15 | 1 | -0/+5 |
* | | | | | Revert "Add tests for ecp5" | SergeyDegtyar | 2019-08-28 | 1 | -1/+0 |
* | | | | | Add tests for ecp5 | SergeyDegtyar | 2019-08-28 | 1 | -0/+1 |