Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 |
| | | | | | We need to re-jigger the template magic in common/pywrappers.h to be proxy context aware. | ||||
* | 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 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | 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 ↵ | Sergiusz Bazanski | 2018-07-13 | 27 | -527/+411 |
|\ | | | | | | | q3k/lock-the-things | ||||
| * | 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 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Fix iCE40 wire gfx decals | Clifford Wolf | 2018-07-13 | 1 | -25/+78 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Fix ice40 gfx wire indices | Clifford Wolf | 2018-07-13 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | 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 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Fix Ui/Decal handling of active/inactive arch objects | Clifford Wolf | 2018-07-13 | 4 | -4/+34 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Fixing hash link problem | David Shah | 2018-07-13 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | 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 |
| | | |||||
* | | Make ice40::Arch thread-safe | Sergiusz Bazanski | 2018-07-13 | 3 | -11/+44 |
|/ | | | | | | | | | | | We move all non-chip data to be private and guard them with an R/W mutex. We then modify all calls that access these fields to lock/shared_lock the mutex as required. Profiling the code before and after is an exercise left to the reader :). | ||||
* | Style. | Sergiusz Bazanski | 2018-07-13 | 2 | -51/+35 |
| | |||||
* | Fixed initial title and actions after new | Miodrag Milanovic | 2018-07-13 | 3 | -4/+5 |
| | |||||
* | invert palette for fpga viewer | Miodrag Milanovic | 2018-07-13 | 1 | -0/+10 |
| | |||||
* | Add coloring per graphics element style | Miodrag Milanovic | 2018-07-13 | 2 | -37/+80 |
| | |||||
* | Use command line parameters settings for GUI as well. | Miodrag Milanovic | 2018-07-13 | 12 | -153/+184 |
| | |||||
* | Remove legacy graphics API | Sergiusz Bazanski | 2018-07-12 | 4 | -115/+43 |
| | | | | | For now we do not optimize the OpenGL renderer against the new decal API, but this can be done in the future. | ||||
* | Updates from clang-format | Clifford Wolf | 2018-07-12 | 17 | -136/+92 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Fix ice40 wire segments in lutff complex | Clifford Wolf | 2018-07-12 | 1 | -2/+2 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Merge branch 'q3k/fix-zoom' into 'master' | David Shah | 2018-07-12 | 2 | -62/+62 |
|\ | | | | | | | | | Fix Zooming See merge request SymbioticEDA/nextpnr!8 | ||||
| * | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/fix-zoom | Sergiusz Bazanski | 2018-07-12 | 11 | -59/+121 |
| |\ | |/ |/| | |||||
* | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | Clifford Wolf | 2018-07-12 | 1 | -0/+11 |
|\ \ | |||||
| * | | ecp5/cmake: Improve error message when trellis/pytrellis not found | David Shah | 2018-07-12 | 1 | -0/+11 |
| | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | | Improve iCE40 wire database and gfx | Clifford Wolf | 2018-07-12 | 6 | -50/+72 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | Add GraphicElement style enum | Clifford Wolf | 2018-07-12 | 1 | -1/+9 |
|/ / | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | make colors configurable, changed to gray | Miodrag Milanovic | 2018-07-12 | 2 | -7/+28 |
| | | |||||
* | | ecp5: Unbreaking groups | David Shah | 2018-07-12 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | Fix zoom in fpgawidget | Sergiusz Bazanski | 2018-07-12 | 2 | -62/+62 |
|/ | |||||
* | changed order of scale and translate, makes it zoom at center | Miodrag Milanovic | 2018-07-12 | 1 | -2/+2 |
| | |||||
* | Update README | Clifford Wolf | 2018-07-12 | 1 | -13/+13 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add Groups API | Clifford Wolf | 2018-07-12 | 11 | -13/+252 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | added progress bar for future use | Miodrag Milanovic | 2018-07-12 | 2 | -0/+8 |
| |