aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | python: Remove obsolete python_mod_test.pyDavid Shah2018-07-301-7/+0
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | cmake: Remove nextpnrpy so modulesDavid Shah2018-07-301-10/+1
* | | | | | | | | | | | | | | | | | Improve ice40/benchmarkClifford Wolf2018-07-302-11/+35
* | | | | | | | | | | | | | | | | | Update README.mdClifford Wolf2018-07-301-4/+5
* | | | | | | | | | | | | | | | | | Update README.mdClifford Wolf2018-07-301-3/+14
| * | | | | | | | | | | | | | | | | gui: lazy loading of tree modelSergiusz Bazanski2018-07-314-256/+414
| * | | | | | | | | | | | | | | | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into treemodelSergiusz Bazanski2018-07-307-78/+149
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrDavid Shah2018-07-305-302/+513
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | | | | | common: Fix getNetinfoRouteDelay when net has no driverDavid Shah2018-07-301-0/+2
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Update README.md wrt ECP5David Shah2018-07-291-1/+6
* | | | | | | | | | | | | | | | | | 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
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | gui: sort tree elements somewhat smarterSergiusz Bazanski2018-07-301-7/+35
| |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | 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
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | json: Fixing ports set to 'x'David Shah2018-07-271-18/+3
* | | | | | | | | | | | | | | ecp5: Fix typoDavid Shah2018-07-271-1/+1
* | | | | | | | | | | | | | | ecp5: Fix chipdb builderDavid Shah2018-07-271-1/+2
* | | | | | | | | | | | | | | Merge branch 'q3k/clickity' into 'master'Serge Bazanski2018-07-2717-116/+1192
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Added back select on property listMiodrag Milanovic2018-07-261-8/+15
* | | | | | | | | | | | | | | Fix name clash for ecp5Miodrag Milanovic2018-07-262-2/+2
| * | | | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | gui: include linshader.{cc,h}Sergiusz Bazanski2018-07-262-0/+445
* | | | | | | | | | | | | | | gui: move polyline/lineshader to gui/lineshader.{h,cc}Sergiusz Bazanski2018-07-262-385/+1
* | | | | | | | | | | | | | | gui: refactor FPGAViewWidget even more slightlySergiusz Bazanski2018-07-262-28/+28
* | | | | | | | | | | | | | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrSergiusz Bazanski2018-07-261-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Fix bba typoClifford Wolf2018-07-261-1/+1
* | | | | | | | | | | | | | | | gui: refactor FPGAViewWidget slightlySergiusz Bazanski2018-07-262-137/+150
|/ / / / / / / / / / / / / / /