Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of github.com:YosysHQ/nextpnr | Darrell Harmon | 2018-11-11 | 10 | -260/+360 |
|\ | |||||
| * | ecp5: Fix 85k PLL_LR | David Shah | 2018-11-11 | 1 | -1/+2 |
| * | Show wires in tree for ECP5 as well | Miodrag Milanovic | 2018-11-11 | 1 | -2/+7 |
| * | multiple selection fix | Miodrag Milanovic | 2018-11-11 | 1 | -1/+14 |
| * | Pip visible for all archs | Miodrag Milanovic | 2018-11-11 | 1 | -6/+6 |
| * | Propagate proper ctx, fixes fetchMore | Miodrag Milanovic | 2018-11-11 | 3 | -13/+14 |
| * | Sorted out zoomout, works for all now | Miodrag Milanovic | 2018-11-11 | 2 | -42/+12 |
| * | show 4th tresllis_io in tile bounds | Miodrag Milanovic | 2018-11-11 | 1 | -1/+1 |
| * | Merge pull request #93 from YosysHQ/gui_changes | Miodrag Milanović | 2018-11-10 | 8 | -215/+325 |
| |\ | |||||
| | * | change to const auto& | Miodrag Milanovic | 2018-10-30 | 1 | -1/+1 |
| | * | Changes to cover issues from code review | Miodrag Milanovic | 2018-10-29 | 2 | -26/+25 |
| | * | fix unselect from tree | Miodrag Milanovic | 2018-10-28 | 1 | -4/+2 |
| | * | Fix keep selection on multiple trees | Miodrag Milanovic | 2018-10-27 | 1 | -8/+32 |
| | * | update properties based on move history | Miodrag Milanovic | 2018-10-27 | 1 | -17/+37 |
| | * | Update grid properly | Miodrag Milanovic | 2018-10-27 | 2 | -16/+28 |
| | * | clangformat | Miodrag Milanovic | 2018-10-27 | 6 | -56/+74 |
| | * | Cleanup | Miodrag Milanovic | 2018-10-27 | 3 | -30/+15 |
| | * | simplify and move arround | Miodrag Milanovic | 2018-10-27 | 3 | -85/+58 |
| | * | Split tree models and make other features work with it | Miodrag Milanovic | 2018-10-27 | 4 | -143/+221 |
| | * | fix grid dimensions for ice40 | Miodrag Milanovic | 2018-10-27 | 1 | -2/+2 |
| | * | make grid cover device only, do not zoom in if there are no elements | Miodrag Milanovic | 2018-10-27 | 1 | -4/+7 |
* | | | better error message on failure to open JSON file | Darrell Harmon | 2018-11-11 | 1 | -0/+4 |
|/ / | |||||
* | | Merge pull request #104 from YosysHQ/issue90 | Eddie Hung | 2018-11-08 | 1 | -0/+6 |
|\ \ | |||||
| * | | [common] placer to produce error when >1 cell->bel constraint | Eddie Hung | 2018-11-08 | 1 | -0/+6 |
|/ / | |||||
* | | Fix method override in gui | Miodrag Milanovic | 2018-11-05 | 3 | -3/+3 |
* | | ice40: Fix SPRAM and IO globals | David Shah | 2018-11-04 | 1 | -0/+4 |
* | | Merge pull request #102 from YosysHQ/ecp5_gui_update | Miodrag Milanović | 2018-11-03 | 10 | -6/+57 |
|\ \ | |||||
| * | | Fix lpf button action | Miodrag Milanovic | 2018-11-03 | 1 | -0/+1 |
| * | | Added image generator and regenerate icons | Miodrag Milanovic | 2018-11-03 | 7 | -0/+6 |
| * | | Added LPF support and all chip models available for select | Miodrag Milanovic | 2018-11-03 | 4 | -6/+50 |
* | | | Merge pull request #101 from daveshah1/ecp5_pll | David Shah | 2018-11-03 | 7 | -40/+257 |
|\ \ \ | |/ / |/| | | |||||
| * | | ecp5: Allow setting IO SLEWRATE | David Shah | 2018-11-01 | 1 | -0/+2 |
| * | | ecp5: Add PLL support | David Shah | 2018-10-31 | 4 | -7/+168 |
| * | | ecp5: Separate global promotion and routing | David Shah | 2018-10-31 | 4 | -33/+87 |
* | | | Merge pull request #100 from YosysHQ/ecp5_lpf | David Shah | 2018-11-01 | 6 | -2/+179 |
|\| | | |||||
| * | | ecp5: Add IO buffer insertion | David Shah | 2018-10-31 | 4 | -15/+70 |
| * | | ecp5: Adding LPF parser | David Shah | 2018-10-31 | 3 | -0/+122 |
* | | | Proper OpenGL limit for QT | Miodrag Milanovic | 2018-10-29 | 2 | -3/+3 |
|/ / | |||||
* / | ice40: Fix PLL DYNAMICDELAY | David Shah | 2018-10-27 | 1 | -1/+2 |
|/ | |||||
* | ups, uncomment | Miodrag Milanovic | 2018-10-27 | 1 | -2/+2 |
* | Fixed pip graphics | Miodrag Milanovic | 2018-10-27 | 1 | -4/+4 |
* | fix edge case | Miodrag Milanovic | 2018-10-27 | 1 | -1/+1 |
* | No gain in optimizing this, but lead to wrong display | Miodrag Milanovic | 2018-10-26 | 1 | -10/+4 |
* | Merge pull request #96 from YosysHQ/imgui | Miodrag Milanović | 2018-10-26 | 167 | -4/+63684 |
|\ | |||||
| * | Fix tooltip position when doing screenshot | Miodrag Milanovic | 2018-10-24 | 2 | -1/+6 |
| * | Added cell and net info in hint | Miodrag Milanovic | 2018-10-24 | 1 | -1/+10 |
| * | Fix propagating events | Miodrag Milanovic | 2018-10-24 | 1 | -0/+11 |
| * | Display hint on mouse over | Miodrag Milanovic | 2018-10-24 | 2 | -0/+21 |
| * | dummy imgui processing | Miodrag Milanovic | 2018-10-24 | 1 | -4/+10 |
| * | Make imgui and qtgui compile on older qt as well, opengl 3.2 required | Miodrag Milanovic | 2018-10-24 | 4 | -9/+20 |