Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make GUI use recreated context | Miodrag Milanovic | 2018-06-26 | 15 | -73/+129 |
* | Working on debugging the carry legaliser | David Shah | 2018-06-26 | 5 | -16/+64 |
* | Fixing packing of carry cells | David Shah | 2018-06-26 | 2 | -25/+50 |
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | David Shah | 2018-06-26 | 11 | -27/+129 |
|\ | |||||
| * | Preps for more UI functionality | Miodrag Milanovic | 2018-06-26 | 8 | -24/+70 |
| * | Added Save ASC option | Miodrag Milanovic | 2018-06-26 | 6 | -3/+59 |
* | | Fixing Python bindings bugs | David Shah | 2018-06-26 | 2 | -3/+3 |
|/ | |||||
* | Fixing Python bindings after adding unique_ptr | David Shah | 2018-06-26 | 10 | -36/+137 |
* | Working on debugging carry packer | David Shah | 2018-06-26 | 7 | -22/+86 |
* | clang fix | Miodrag Milanovic | 2018-06-26 | 1 | -1/+1 |
* | ice40: Working on carry legalisation | David Shah | 2018-06-26 | 1 | -11/+75 |
* | fix one more | Miodrag Milanovic | 2018-06-26 | 1 | -12/+14 |
* | nets and cells are unique_ptr's | Miodrag Milanovic | 2018-06-25 | 14 | -213/+207 |
* | ice40: Remove constant driver cells in packer | David Shah | 2018-06-25 | 1 | -1/+6 |
* | merge | Miodrag Milanovic | 2018-06-25 | 4 | -51/+195 |
|\ | |||||
| * | ice40: Working on the placement legaliser | David Shah | 2018-06-25 | 1 | -4/+43 |
| * | ice40: Creating a carry chain splitter function | David Shah | 2018-06-25 | 3 | -19/+77 |
| * | ice40: More preparations for carry legalisation | David Shah | 2018-06-25 | 2 | -30/+80 |
* | | add cells to a cells collection | Miodrag Milanovic | 2018-06-25 | 1 | -0/+2 |
* | | some more memory leaks | Miodrag Milanovic | 2018-06-25 | 1 | -0/+6 |
|/ | |||||
* | Fix some memory leaks | Miodrag Milanovic | 2018-06-25 | 2 | -1/+12 |
* | ice40: Helper functions for placement legalisation | David Shah | 2018-06-25 | 1 | -2/+40 |
* | ice40: Start work on the placement legaliser | David Shah | 2018-06-25 | 2 | -0/+109 |
* | Refactor: remove PlacementValidityChecker and move methods to Arch | David Shah | 2018-06-25 | 14 | -210/+107 |
* | added valgrind info | Miodrag Milanovic | 2018-06-24 | 1 | -5/+6 |
* | both compilers have to be clang | Miodrag Milanovic | 2018-06-24 | 1 | -1/+1 |
* | Added documentation for new commandline options for building | Miodrag Milanovic | 2018-06-24 | 1 | -0/+13 |
* | add sanitizer support | Miodrag Milanovic | 2018-06-24 | 1 | -0/+12 |
* | Added CMake-sanitizers scripts | Miodrag Milanovic | 2018-06-24 | 13 | -0/+779 |
* | added project saving and loading | Miodrag Milanovic | 2018-06-24 | 5 | -0/+114 |
* | display type in properties | Miodrag Milanovic | 2018-06-23 | 1 | -0/+6 |
* | Fixing the Python bindings following Context/Arch refactoring | David Shah | 2018-06-23 | 2 | -4/+6 |
* | added PCF load | Miodrag Milanovic | 2018-06-23 | 6 | -9/+61 |
* | Move json parser from frontend/json/ to json/ | Clifford Wolf | 2018-06-23 | 3 | -2/+2 |
* | Update jsonparse clangformat | Clifford Wolf | 2018-06-23 | 1 | -98/+48 |
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | Clifford Wolf | 2018-06-23 | 41 | -682/+557 |
|\ | |||||
| * | Update from increased clangformat line length | David Shah | 2018-06-23 | 17 | -490/+236 |
| * | added credits for tests | Miodrag Milanovic | 2018-06-23 | 8 | -0/+158 |
| * | clangformat cleanup | Miodrag Milanovic | 2018-06-23 | 18 | -194/+84 |
| * | Added assign time budget and placement option | Miodrag Milanovic | 2018-06-23 | 6 | -9/+90 |
* | | Improve router ripup handling | Clifford Wolf | 2018-06-23 | 2 | -18/+55 |
|/ | |||||
* | Updates from clangformat | Clifford Wolf | 2018-06-23 | 11 | -326/+149 |
* | Set clangformat column limit to 120 | Clifford Wolf | 2018-06-23 | 1 | -1/+1 |
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | Clifford Wolf | 2018-06-23 | 21 | -289/+424 |
|\ | |||||
| * | removed all deprecated unused api calls | Miodrag Milanovic | 2018-06-23 | 1 | -66/+0 |
| * | Tests pass now | Miodrag Milanovic | 2018-06-23 | 6 | -6/+12 |
| * | Added BUILD_GUI, BUILD_PYTHON and BUILD_TESTS cmake options, | Miodrag Milanovic | 2018-06-23 | 18 | -196/+312 |
| * | Merge branch 'q3k/gl-vbo' into 'master' | Miodrag Milanović | 2018-06-23 | 3 | -21/+100 |
| |\ | |||||
| | * | OpenGL 3.1, VAO/VBO | Sergiusz Bazanski | 2018-06-22 | 3 | -21/+100 |
* | | | Refactoring bind/unbind API | Clifford Wolf | 2018-06-23 | 9 | -81/+155 |
|/ / |