aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into redist_slackEddie Hung2018-07-298-378/+654
|\
| * double click on tree, zoom on selected objectMiodrag Milanovic2018-07-293-2/+6
| |
| * Merge branch 'treemodel' into 'master'Miodrag Milanović2018-07-294-302/+509
| |\ | | | | | | | | | | | | Move all to tree model See merge request SymbioticEDA/nextpnr!23
| | * Added sortingMiodrag Milanovic2018-07-292-14/+38
| | |
| | * add proper info on model changesMiodrag Milanovic2018-07-282-8/+27
| | |
| | * fix select multiple, and reinit modelMiodrag Milanovic2018-07-281-11/+11
| | |
| | * Clean highlight selection if removed from treeMiodrag Milanovic2018-07-282-8/+12
| | |
| | * Move all to tree modelMiodrag Milanovic2018-07-284-303/+463
| | |
| * | Update README.md wrt ECP5David Shah2018-07-291-1/+6
| | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * | Update README.mdClifford Wolf2018-07-291-77/+137
| | |
| * | python interpreter is mandatory in any caseMiodrag Milanovic2018-07-291-1/+1
| | |
| * | fix randtag bug in router1Clifford Wolf2018-07-291-1/+1
| |/ | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | Keep things simple by not overconstraining FmaxEddie Hung2018-07-281-6/+3
| |
* | clangformatEddie Hung2018-07-282-14/+16
| |
* | Merge update_budget into assign_budget; update as we go alongEddie Hung2018-07-284-49/+17
| |
* | Merge remote-tracking branch 'origin/master' into redist_slackEddie Hung2018-07-2820-136/+1198
|\|
| * json: Fixing ports set to 'x'David Shah2018-07-271-18/+3
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * ecp5: Fix typoDavid Shah2018-07-271-1/+1
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * ecp5: Fix chipdb builderDavid Shah2018-07-271-1/+2
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * Merge branch 'q3k/clickity' into 'master'Serge Bazanski2018-07-2717-116/+1192
| |\ | | | | | | | | | | | | gui: Hover & selection support for GL renderer See merge request SymbioticEDA/nextpnr!22
| | * gui: unselect on click and zoom fixesSergiusz Bazanski2018-07-272-7/+26
| | |
| | * gui: deunionize PickedElement to support arches with typedefd IdsSergiusz Bazanski2018-07-272-37/+69
| | |
| | * gui: allow building for ECP5 and on WindowsSergiusz Bazanski2018-07-272-5/+25
| | |
| | * gui: allow selecting pipsSergiusz Bazanski2018-07-275-0/+14
| | |
| | * gui: do not allow selecting FRAMEsSergiusz Bazanski2018-07-271-1/+1
| | |
| | * gui: don't keep stale hover selectionsSergiusz Bazanski2018-07-271-1/+7
| | |
| | * gui: ctrl click to select multiple elementsSergiusz Bazanski2018-07-275-22/+28
| | |
| | * gui: rejigger maximum zoom outSergiusz Bazanski2018-07-271-1/+1
| | |
| | * gui: implement zoom to selectionSergiusz Bazanski2018-07-273-49/+84
| | |
| | * gui: clang-formatSergiusz Bazanski2018-07-274-137/+135
| | |
| | * gui: implement zoom to outboundsSergiusz Bazanski2018-07-272-35/+128
| | |
| | * placer: only lock/unlock at beginning, yield elsewhereSergiusz Bazanski2018-07-261-7/+4
| | |
| | * Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/clickitySergiusz Bazanski2018-07-263-10/+17
| | |\ | | |/ | |/|
| | * gui: after review of quadtree by msgctl, tougher testsSergiusz Bazanski2018-07-262-8/+18
| | |
| | * gui: implement basic cursor pickingSergiusz Bazanski2018-07-266-52/+290
| | |
| | * wipSergiusz Bazanski2018-07-262-65/+82
| | |
| | * Merge branch 'master' into q3k/clickitySergiusz Bazanski2018-07-269-582/+659
| | |\
| | * \ Merge branch 'master' into q3k/clickitySergiusz Bazanski2018-07-263-20/+13
| | |\ \
| | * \ \ Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrSergiusz Bazanski2018-07-2641-584/+734
| | |\ \ \
| | * | | | gui: clickable bels, WIPSergiusz Bazanski2018-07-265-15/+88
| | | | | |
| | * | | | gui: Add QuadTree and testsSergiusz Bazanski2018-07-253-1/+519
| | | | | |
| | * | | | ice40: fix wire_num in testsSergiusz Bazanski2018-07-256-6/+6
| | | | | |
* | | | | | RefactorEddie Hung2018-07-284-46/+24
| | | | | |
* | | | | | Fix auto Fmax overconstraining during update_budget()Eddie Hung2018-07-271-15/+19
| | | | | |
* | | | | | Fix sign of slack redistribution againEddie Hung2018-07-271-4/+4
| | | | | |
* | | | | | ice40 estimateDelay to account for out/in muxesEddie Hung2018-07-271-0/+16
| | | | | |
* | | | | | Even if there is no updates, set budget to current delayEddie Hung2018-07-261-3/+3
| | | | | |
* | | | | | Re-add getBudgetOverride() but also account for path length ofEddie Hung2018-07-261-6/+18
| | | | | | | | | | | | | | | | | | | | | | | | overridden
* | | | | | Update getBudgetOverride() for other archesEddie Hung2018-07-264-4/+4
| | | | | |
* | | | | | getBudgetOverride() now handles COUT crossing tilesEddie Hung2018-07-262-6/+13
| | | | | |