aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | multiple selection fixMiodrag Milanovic2018-11-111-1/+14
| | |
* | | Pip visible for all archsMiodrag Milanovic2018-11-111-6/+6
| | |
* | | Propagate proper ctx, fixes fetchMoreMiodrag Milanovic2018-11-113-13/+14
| | |
* | | Sorted out zoomout, works for all nowMiodrag Milanovic2018-11-112-42/+12
| | |
* | | show 4th tresllis_io in tile boundsMiodrag Milanovic2018-11-111-1/+1
| | |
* | | Merge pull request #93 from YosysHQ/gui_changesMiodrag Milanović2018-11-108-215/+325
|\ \ \ | |/ / |/| | Gui changes
| * | change to const auto&Miodrag Milanovic2018-10-301-1/+1
| | |
| * | Changes to cover issues from code reviewMiodrag Milanovic2018-10-292-26/+25
| | |
| * | fix unselect from treeMiodrag Milanovic2018-10-281-4/+2
| | |
| * | Fix keep selection on multiple treesMiodrag Milanovic2018-10-271-8/+32
| | |
| * | update properties based on move historyMiodrag Milanovic2018-10-271-17/+37
| | |
| * | Update grid properlyMiodrag Milanovic2018-10-272-16/+28
| | |
| * | clangformatMiodrag Milanovic2018-10-276-56/+74
| | |
| * | CleanupMiodrag Milanovic2018-10-273-30/+15
| | |
| * | simplify and move arroundMiodrag Milanovic2018-10-273-85/+58
| | |
| * | Split tree models and make other features work with itMiodrag Milanovic2018-10-274-143/+221
| | |
| * | fix grid dimensions for ice40Miodrag Milanovic2018-10-271-2/+2
| | |
| * | make grid cover device only, do not zoom in if there are no elementsMiodrag Milanovic2018-10-271-4/+7
| | |
* | | Merge pull request #104 from YosysHQ/issue90Eddie Hung2018-11-081-0/+6
|\ \ \ | | | | | | | | [common] placer to produce error when >1 cell->bel constraint
| * | | [common] placer to produce error when >1 cell->bel constraintEddie Hung2018-11-081-0/+6
|/ / /
* | | Fix method override in guiMiodrag Milanovic2018-11-053-3/+3
| | |
* | | ice40: Fix SPRAM and IO globalsDavid Shah2018-11-041-0/+4
| | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | | Merge pull request #102 from YosysHQ/ecp5_gui_updateMiodrag Milanović2018-11-0310-6/+57
|\ \ \ | | | | | | | | Ecp5 gui update
| * | | Fix lpf button actionMiodrag Milanovic2018-11-031-0/+1
| | | |
| * | | Added image generator and regenerate iconsMiodrag Milanovic2018-11-037-0/+6
| | | |
| * | | Added LPF support and all chip models available for selectMiodrag Milanovic2018-11-034-6/+50
| | | |
* | | | Merge pull request #101 from daveshah1/ecp5_pllDavid Shah2018-11-037-40/+257
|\ \ \ \ | |/ / / |/| | | WIP: ecp5: Add PLL support and improve global promotion/routint
| * | | ecp5: Allow setting IO SLEWRATEDavid Shah2018-11-011-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * | | ecp5: Add PLL supportDavid Shah2018-10-314-7/+168
| | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * | | ecp5: Separate global promotion and routingDavid Shah2018-10-314-33/+87
| | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | | | Merge pull request #100 from YosysHQ/ecp5_lpfDavid Shah2018-11-016-2/+179
|\| | | | | | | | | | | ecp5: Add LPF parser and IO buffer insertion
| * | | ecp5: Add IO buffer insertionDavid Shah2018-10-314-15/+70
| | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * | | ecp5: Adding LPF parserDavid Shah2018-10-313-0/+122
| | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | | | Proper OpenGL limit for QTMiodrag Milanovic2018-10-292-3/+3
|/ / /
* / / ice40: Fix PLL DYNAMICDELAYDavid Shah2018-10-271-1/+2
|/ / | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | ups, uncommentMiodrag Milanovic2018-10-271-2/+2
| |
* | Fixed pip graphicsMiodrag Milanovic2018-10-271-4/+4
| |
* | fix edge caseMiodrag Milanovic2018-10-271-1/+1
| |
* | No gain in optimizing this, but lead to wrong displayMiodrag Milanovic2018-10-261-10/+4
| |
* | Merge pull request #96 from YosysHQ/imguiMiodrag Milanović2018-10-26167-4/+63684
|\ \ | | | | | | Imgui integration
| * | Fix tooltip position when doing screenshotMiodrag Milanovic2018-10-242-1/+6
| | |
| * | Added cell and net info in hintMiodrag Milanovic2018-10-241-1/+10
| | |
| * | Fix propagating eventsMiodrag Milanovic2018-10-241-0/+11
| | |
| * | Display hint on mouse overMiodrag Milanovic2018-10-242-0/+21
| | |
| * | dummy imgui processingMiodrag Milanovic2018-10-241-4/+10
| | |
| * | Make imgui and qtgui compile on older qt as well, opengl 3.2 requiredMiodrag Milanovic2018-10-244-9/+20
| | |
| * | add qtimgui renderer libraryMiodrag Milanovic2018-10-2413-0/+837
| | |
| * | add imgui libraryMiodrag Milanovic2018-10-24151-0/+62780
| | |
* | | update last_render in case of change of any element, not just number of themMiodrag Milanovic2018-10-261-4/+18
| | | | | | | | | | | | optimize for hover/select/highlight where number matters
* | | do not invalidate buffer, leave as isMiodrag Milanovic2018-10-251-7/+1
| | |