Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add select on property pane, and action to double click | Miodrag Milanovic | 2018-07-15 | 7 | -28/+69 |
* | show selected item from property window as well, cleanup | Miodrag Milanovic | 2018-07-15 | 2 | -256/+201 |
* | remove selected on context change | Miodrag Milanovic | 2018-07-14 | 1 | -0/+1 |
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | Sergiusz Bazanski | 2018-07-14 | 14 | -167/+138 |
|\ | |||||
| * | display selected object from tree | Miodrag Milanovic | 2018-07-14 | 6 | -4/+41 |
| * | simplified Icon allocation | Miodrag Milanovic | 2018-07-14 | 3 | -83/+50 |
| * | use itemSelectionChanged, keyboard selection works | Miodrag Milanovic | 2018-07-14 | 2 | -3/+7 |
| * | join python and info into one tab | Miodrag Milanovic | 2018-07-14 | 10 | -42/+17 |
* | | Fix revert issues. | Sergiusz Bazanski | 2018-07-14 | 1 | -12/+0 |
* | | Revert "Make ice40::Arch thread-safe" | Sergiusz Bazanski | 2018-07-14 | 3 | -44/+11 |
* | | Revert "Make PnR use Unlocked methods" | Sergiusz Bazanski | 2018-07-14 | 7 | -173/+78 |
* | | Revert "Introduce proxies for locked access to ctx" | Sergiusz Bazanski | 2018-07-14 | 8 | -778/+607 |
* | | Revert "Comment arch.h" | Sergiusz Bazanski | 2018-07-14 | 1 | -34/+1 |
* | | Revert "Slight simplification of proxy code" | Sergiusz Bazanski | 2018-07-14 | 2 | -93/+68 |
* | | Revert "Make GUI nice and smooth." | Sergiusz Bazanski | 2018-07-14 | 6 | -178/+127 |
* | | Revert "Add Nix(OS) support" | Sergiusz Bazanski | 2018-07-14 | 3 | -96/+0 |
* | | Revert "Fix description in Nix derivation" | Sergiusz Bazanski | 2018-07-14 | 1 | -2/+2 |
* | | Revert "Refactor proxies to nextpnr." | Sergiusz Bazanski | 2018-07-14 | 10 | -218/+194 |
* | | Revert "clang-format" | Sergiusz Bazanski | 2018-07-14 | 6 | -80/+169 |
* | | Revert "Add read/mutate context stubs for ECP5" | Sergiusz Bazanski | 2018-07-14 | 2 | -103/+6 |
* | | Revert "Move read methods to ReadMethods, remove some legacy access to Arch" | Sergiusz Bazanski | 2018-07-14 | 8 | -135/+129 |
* | | Revert "Make ECP5 proxy context compatible" | Sergiusz Bazanski | 2018-07-14 | 2 | -79/+76 |
* | | Revert "Remove legacy access to state via Arch" | Sergiusz Bazanski | 2018-07-14 | 6 | -65/+120 |
* | | Revert "Remove unimplemented pybindings (for now)" | Sergiusz Bazanski | 2018-07-14 | 1 | -0/+32 |
* | | Revert "Undo accidental picorv32.sh commit" | Sergiusz Bazanski | 2018-07-14 | 1 | -4/+4 |
|/ | |||||
* | Undo accidental picorv32.sh commit | Sergiusz Bazanski | 2018-07-14 | 1 | -4/+4 |
* | Remove unimplemented pybindings (for now) | Sergiusz Bazanski | 2018-07-14 | 1 | -32/+0 |
* | Remove legacy access to state via Arch | Sergiusz Bazanski | 2018-07-14 | 6 | -120/+65 |
* | Make ECP5 proxy context compatible | Sergiusz Bazanski | 2018-07-14 | 2 | -76/+79 |
* | Move read methods to ReadMethods, remove some legacy access to Arch | Sergiusz Bazanski | 2018-07-14 | 8 | -129/+135 |
* | Add read/mutate context stubs for ECP5 | Sergiusz Bazanski | 2018-07-14 | 2 | -6/+103 |
* | clang-format | Sergiusz Bazanski | 2018-07-14 | 6 | -169/+80 |
* | Refactor proxies to nextpnr. | Sergiusz Bazanski | 2018-07-14 | 10 | -194/+218 |
* | cmake: Add missing pthread library | David Shah | 2018-07-14 | 1 | -1/+1 |
* | Fix description in Nix derivation | Serge Bazanski | 2018-07-13 | 1 | -2/+2 |
* | Add Nix(OS) support | Serge Bazanski | 2018-07-13 | 3 | -0/+96 |
* | Make GUI nice and smooth. | Sergiusz Bazanski | 2018-07-13 | 6 | -127/+178 |
* | Slight simplification of proxy code | Sergiusz Bazanski | 2018-07-13 | 2 | -68/+93 |
* | Comment arch.h | Sergiusz Bazanski | 2018-07-13 | 1 | -1/+34 |
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/lock-the-th... | Sergiusz Bazanski | 2018-07-13 | 27 | -527/+411 |
|\ | |||||
| * | Made python console use edit line and better | Miodrag Milanovic | 2018-07-13 | 10 | -412/+249 |
| * | Improve handling of iCE40 BRAM bels | Clifford Wolf | 2018-07-13 | 1 | -8/+36 |
| * | Fix iCE40 wire gfx decals | Clifford Wolf | 2018-07-13 | 1 | -25/+78 |
| * | Fix ice40 gfx wire indices | Clifford Wolf | 2018-07-13 | 1 | -1/+1 |
| * | remove maximum size restriction for tree/property | Miodrag Milanovic | 2018-07-13 | 1 | -1/+0 |
| * | Add ctx->pack() API | Clifford Wolf | 2018-07-13 | 12 | -75/+14 |
| * | Fix Ui/Decal handling of active/inactive arch objects | Clifford Wolf | 2018-07-13 | 4 | -4/+34 |
| * | Fixing hash link problem | David Shah | 2018-07-13 | 2 | -2/+2 |
* | | Introduce proxies for locked access to ctx | Sergiusz Bazanski | 2018-07-13 | 8 | -592/+767 |
* | | Make PnR use Unlocked methods | Sergiusz Bazanski | 2018-07-13 | 7 | -78/+173 |