Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | David Shah | 2018-06-27 | 9 | -36/+66 | |
|\ | ||||||
| * | reinit python tab | Miodrag Milanovic | 2018-06-27 | 7 | -34/+53 | |
| * | disable new and open while tasks are running | Miodrag Milanovic | 2018-06-27 | 3 | -2/+13 | |
* | | Refactor common placement functions out of SA placer for use in legaliser | David Shah | 2018-06-27 | 4 | -58/+138 | |
|/ | ||||||
* | ice40: Fixing packing of CIN constant drivers | David Shah | 2018-06-26 | 1 | -1/+1 | |
* | ice40: Fixing carry chain legaliser | David Shah | 2018-06-26 | 2 | -4/+28 | |
* | CarryInSet added to bitstream gen, add counter tb | David Shah | 2018-06-26 | 4 | -11/+36 | |
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | David Shah | 2018-06-26 | 15 | -73/+129 | |
|\ | ||||||
| * | Make GUI use recreated context | Miodrag Milanovic | 2018-06-26 | 15 | -73/+129 | |
* | | Carry chains now routable | David Shah | 2018-06-26 | 4 | -16/+63 | |
|/ | ||||||
* | 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 | |
|/ |