Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | ice40: Renaming | David Shah | 2018-07-18 | 4 | -9/+9 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
| * | | | | ice40: Fixes for inverted clocks | David Shah | 2018-07-18 | 3 | -2/+7 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
| * | | | | Cleanups in iCE40 blinky and picorv32 tests | Clifford Wolf | 2018-07-18 | 4 | -35/+2 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | | | ice40: Use xArchArgs in validity check | David Shah | 2018-07-18 | 4 | -39/+39 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
| * | | | | ice40: Make assignArchArgs a Arch method; call also after legaliser | David Shah | 2018-07-18 | 4 | -31/+37 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
| * | | | | ice40: Assign ArchArgs after packing | David Shah | 2018-07-18 | 7 | -14/+63 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
| * | | | | Add ArchNetInfo and ArchCellInfo | Clifford Wolf | 2018-07-17 | 1 | -1/+3 | |
| | |_|/ | |/| | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* / | | | Add Loc struct for x/y/z bel locations | Clifford Wolf | 2018-07-17 | 1 | -2/+29 | |
|/ / / | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | / | refactor: Remove incorrect uses of the term 'wirelength' | David Shah | 2018-07-16 | 1 | -4/+4 | |
| |/ |/| | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | | Remove pip names from ice40 chip db to safe memory | Clifford Wolf | 2018-07-15 | 3 | -5/+19 | |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | | Add iCE40 Pip gfx | Clifford Wolf | 2018-07-15 | 5 | -22/+255 | |
|/ | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | 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 | |
| | | | | This reverts commit 0816f447b768ebe0632f419e9b696714dda4e860. | |||||
* | Revert "Make PnR use Unlocked methods" | Sergiusz Bazanski | 2018-07-14 | 4 | -129/+34 | |
| | | | | This reverts commit 9e4f97290a50fc5d9dc0cbe6ead945840b9811b1. | |||||
* | Revert "Introduce proxies for locked access to ctx" | Sergiusz Bazanski | 2018-07-14 | 4 | -531/+387 | |
| | | | | This reverts commit 89809a8b810dd57f50f365d70a0ce547705f8dbb. | |||||
* | Revert "Comment arch.h" | Sergiusz Bazanski | 2018-07-14 | 1 | -34/+1 | |
| | | | | This reverts commit dc3256e62fce923a3dc703c521bea5a13cef4443. | |||||
* | Revert "Slight simplification of proxy code" | Sergiusz Bazanski | 2018-07-14 | 2 | -93/+68 | |
| | | | | This reverts commit a71b576de6c404572439e30a56c4ff19497523a2. | |||||
* | Revert "Make GUI nice and smooth." | Sergiusz Bazanski | 2018-07-14 | 3 | -15/+6 | |
| | | | | This reverts commit a8c84e90a39c54174dd24b5b76bd17aed8311481. | |||||
* | Revert "Refactor proxies to nextpnr." | Sergiusz Bazanski | 2018-07-14 | 4 | -63/+156 | |
| | | | | This reverts commit 9b17fe385cf7e8d3025747b5f7c7822ac2d99920. | |||||
* | Revert "clang-format" | Sergiusz Bazanski | 2018-07-14 | 2 | -50/+109 | |
| | | | | This reverts commit 8ca7a6da2525463be5be4ee9f62cfae0acc06b01. | |||||
* | Revert "Add read/mutate context stubs for ECP5" | Sergiusz Bazanski | 2018-07-14 | 1 | -0/+4 | |
| | | | | This reverts commit f333a68753655a4ccf7da9a4da96e7fdd19f9d08. | |||||
* | Revert "Move read methods to ReadMethods, remove some legacy access to Arch" | Sergiusz Bazanski | 2018-07-14 | 2 | -5/+4 | |
| | | | | This reverts commit 3352ff4abbcac563e08d78ed8aa77728d00284a8. | |||||
* | Revert "Remove legacy access to state via Arch" | Sergiusz Bazanski | 2018-07-14 | 6 | -65/+120 | |
| | | | | This reverts commit 18b4b316782035daa259d65d26ea733ca4d16bea. | |||||
* | Revert "Remove unimplemented pybindings (for now)" | Sergiusz Bazanski | 2018-07-14 | 1 | -0/+32 | |
| | | | | This reverts commit 53393b993fb211a3ce98262b0dd636d2e8420d2d. | |||||
* | Revert "Undo accidental picorv32.sh commit" | Sergiusz Bazanski | 2018-07-14 | 1 | -4/+4 | |
| | | | | This reverts commit 98c594885698b557311ac84195599b35968719e0. | |||||
* | 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 | |
| | ||||||
* | 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 ↵ | Sergiusz Bazanski | 2018-07-13 | 9 | -100/+170 | |
|\ | | | | | | | q3k/lock-the-things | |||||
| * | 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> | |||||
| * | Add ctx->pack() API | Clifford Wolf | 2018-07-13 | 5 | -37/+8 | |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | Fix Ui/Decal handling of active/inactive arch objects | Clifford Wolf | 2018-07-13 | 3 | -3/+23 | |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | Fixing hash link problem | David Shah | 2018-07-13 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | | 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 | |
|/ | | | | | | | | | | | 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 :). | |||||
* | 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 | |
| | | | | | 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 | 7 | -41/+35 | |
| | | | | 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> |