Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | refactor: Remove incorrect uses of the term 'wirelength' | David Shah | 2018-07-16 | 1 | -4/+4 | |
| |/ |/| | ||||||
* | | Remove pip names from ice40 chip db to safe memory | Clifford Wolf | 2018-07-15 | 3 | -5/+19 | |
* | | Add iCE40 Pip gfx | Clifford Wolf | 2018-07-15 | 5 | -22/+255 | |
|/ | ||||||
* | 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 | 4 | -129/+34 | |
* | Revert "Introduce proxies for locked access to ctx" | Sergiusz Bazanski | 2018-07-14 | 4 | -531/+387 | |
* | 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 | 3 | -15/+6 | |
* | Revert "Refactor proxies to nextpnr." | Sergiusz Bazanski | 2018-07-14 | 4 | -63/+156 | |
* | Revert "clang-format" | Sergiusz Bazanski | 2018-07-14 | 2 | -50/+109 | |
* | Revert "Add read/mutate context stubs for ECP5" | Sergiusz Bazanski | 2018-07-14 | 1 | -0/+4 | |
* | Revert "Move read methods to ReadMethods, remove some legacy access to Arch" | Sergiusz Bazanski | 2018-07-14 | 2 | -5/+4 | |
* | 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 | |
* | Move read methods to ReadMethods, remove some legacy access to Arch | Sergiusz Bazanski | 2018-07-14 | 2 | -4/+5 | |
* | Add read/mutate context stubs for ECP5 | Sergiusz Bazanski | 2018-07-14 | 1 | -4/+0 | |
* | clang-format | Sergiusz Bazanski | 2018-07-14 | 2 | -109/+50 | |
* | Refactor proxies to nextpnr. | Sergiusz Bazanski | 2018-07-14 | 4 | -156/+63 | |
* | Make GUI nice and smooth. | Sergiusz Bazanski | 2018-07-13 | 3 | -6/+15 | |
* | 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 | 9 | -100/+170 | |
|\ | ||||||
| * | 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 | |
| * | Add ctx->pack() API | Clifford Wolf | 2018-07-13 | 5 | -37/+8 | |
| * | Fix Ui/Decal handling of active/inactive arch objects | Clifford Wolf | 2018-07-13 | 3 | -3/+23 | |
| * | Fixing hash link problem | David Shah | 2018-07-13 | 1 | -1/+1 | |
* | | Introduce proxies for locked access to ctx | Sergiusz Bazanski | 2018-07-13 | 4 | -372/+520 | |
* | | Make PnR use Unlocked methods | Sergiusz Bazanski | 2018-07-13 | 4 | -34/+129 | |
* | | Make ice40::Arch thread-safe | Sergiusz Bazanski | 2018-07-13 | 3 | -11/+44 | |
|/ | ||||||
* | Fixed initial title and actions after new | Miodrag Milanovic | 2018-07-13 | 1 | -1/+1 | |
* | Use command line parameters settings for GUI as well. | Miodrag Milanovic | 2018-07-13 | 1 | -73/+82 | |
* | Remove legacy graphics API | Sergiusz Bazanski | 2018-07-12 | 1 | -16/+16 | |
* | Updates from clang-format | Clifford Wolf | 2018-07-12 | 7 | -41/+35 | |
* | Fix ice40 wire segments in lutff complex | Clifford Wolf | 2018-07-12 | 1 | -2/+2 | |
* | Improve iCE40 wire database and gfx | Clifford Wolf | 2018-07-12 | 6 | -50/+72 | |
* | Add Groups API | Clifford Wolf | 2018-07-12 | 3 | -12/+115 | |
* | Add missing wires to ice40 gfx | Clifford Wolf | 2018-07-11 | 1 | -2/+54 | |
* | Deterministic chipdb blobs | Clifford Wolf | 2018-07-11 | 1 | -2/+2 | |
* | Add ctx->place() API | Clifford Wolf | 2018-07-11 | 3 | -2/+8 | |
* | Add ctx->route() API | Clifford Wolf | 2018-07-11 | 3 | -3/+14 | |
* | Unflip iCE40 tile graphics | Clifford Wolf | 2018-07-11 | 2 | -54/+54 | |
* | New refreshUi API | Clifford Wolf | 2018-07-11 | 1 | -6/+0 |