Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Refactor proxies to nextpnr." | Sergiusz Bazanski | 2018-07-14 | 1 | -27/+103 |
| | | | | This reverts commit 9b17fe385cf7e8d3025747b5f7c7822ac2d99920. | ||||
* | Revert "clang-format" | Sergiusz Bazanski | 2018-07-14 | 1 | -28/+27 |
| | | | | 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 | 1 | -1/+0 |
| | | | | This reverts commit 3352ff4abbcac563e08d78ed8aa77728d00284a8. | ||||
* | Revert "Remove legacy access to state via Arch" | Sergiusz Bazanski | 2018-07-14 | 1 | -0/+28 |
| | | | | This reverts commit 18b4b316782035daa259d65d26ea733ca4d16bea. | ||||
* | Remove legacy access to state via Arch | Sergiusz Bazanski | 2018-07-14 | 1 | -28/+0 |
| | |||||
* | Move read methods to ReadMethods, remove some legacy access to Arch | Sergiusz Bazanski | 2018-07-14 | 1 | -0/+1 |
| | |||||
* | Add read/mutate context stubs for ECP5 | Sergiusz Bazanski | 2018-07-14 | 1 | -4/+0 |
| | |||||
* | clang-format | Sergiusz Bazanski | 2018-07-14 | 1 | -27/+28 |
| | |||||
* | Refactor proxies to nextpnr. | Sergiusz Bazanski | 2018-07-14 | 1 | -103/+27 |
| | |||||
* | Make GUI nice and smooth. | Sergiusz Bazanski | 2018-07-13 | 1 | -2/+6 |
| | |||||
* | Slight simplification of proxy code | Sergiusz Bazanski | 2018-07-13 | 1 | -14/+39 |
| | |||||
* | 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 | 1 | -15/+14 |
|\ | | | | | | | q3k/lock-the-things | ||||
| * | Add ctx->pack() API | Clifford Wolf | 2018-07-13 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Fix Ui/Decal handling of active/inactive arch objects | Clifford Wolf | 2018-07-13 | 1 | -0/+11 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | Introduce proxies for locked access to ctx | Sergiusz Bazanski | 2018-07-13 | 1 | -239/+148 |
| | | |||||
* | | Make PnR use Unlocked methods | Sergiusz Bazanski | 2018-07-13 | 1 | -21/+96 |
| | | |||||
* | | Make ice40::Arch thread-safe | Sergiusz Bazanski | 2018-07-13 | 1 | -6/+32 |
|/ | | | | | | | | | | | 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 :). | ||||
* | Improve iCE40 wire database and gfx | Clifford Wolf | 2018-07-12 | 1 | -0/+8 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add Groups API | Clifford Wolf | 2018-07-12 | 1 | -0/+11 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add ctx->place() API | Clifford Wolf | 2018-07-11 | 1 | -0/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add ctx->route() API | Clifford Wolf | 2018-07-11 | 1 | -0/+4 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | New refreshUi API | Clifford Wolf | 2018-07-11 | 1 | -6/+0 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add GUI Decals API | Clifford Wolf | 2018-07-11 | 1 | -4/+6 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Added selection of chip and pacakge on new projet in GUI | Miodrag Milanovic | 2018-07-07 | 1 | -1/+1 |
| | |||||
* | refactor: Replace assert with NPNR_ASSERT | David Shah | 2018-07-04 | 1 | -85/+55 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Building using MSVC works | Miodrag Milanovic | 2018-07-04 | 1 | -0/+7 |
| | |||||
* | Fixed macros and includes for MSVC | Miodrag Milanovic | 2018-07-03 | 1 | -14/+28 |
| | |||||
* | Split "arch.h" in "arch.h" and "archdefs.h" | Clifford Wolf | 2018-06-29 | 1 | -142/+0 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | ice40: UltraPlus SPRAM working | David Shah | 2018-06-29 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Refactor: remove PlacementValidityChecker and move methods to Arch | David Shah | 2018-06-25 | 1 | -0/+19 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | added project saving and loading | Miodrag Milanovic | 2018-06-24 | 1 | -0/+3 |
| | |||||
* | Improve router ripup handling | Clifford Wolf | 2018-06-23 | 1 | -1/+12 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Updates from clangformat | Clifford Wolf | 2018-06-23 | 1 | -59/+19 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Refactoring bind/unbind API | Clifford Wolf | 2018-06-23 | 1 | -8/+46 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | ice40: Move global net test to Arch | David Shah | 2018-06-23 | 1 | -0/+4 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | ice40: SB_LFOSC support, fabric routing only | David Shah | 2018-06-22 | 1 | -5/+0 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | ice40: Preparations for extra cells support | David Shah | 2018-06-22 | 1 | -1/+12 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | ice40: Add UltraPlus tiles to database | David Shah | 2018-06-22 | 1 | -0/+5 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Switched from clifford@clifford.at to clifford@symbioticeda.com for ↵ | Clifford Wolf | 2018-06-22 | 1 | -1/+1 |
| | | | | | | copyright headers Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Updates from clangformat | Clifford Wolf | 2018-06-21 | 1 | -12/+3 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add ctx->checksum(), slightly improve log messages | Clifford Wolf | 2018-06-21 | 1 | -0/+16 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Improvements in router | Clifford Wolf | 2018-06-21 | 1 | -1/+2 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | Clifford Wolf | 2018-06-20 | 1 | -0/+11 |
|\ | |||||
| * | Working on the timing budget annnotator | David Shah | 2018-06-20 | 1 | -3/+4 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | Adding stubs for delay annotation and cell timing lookup | David Shah | 2018-06-20 | 1 | -0/+10 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | Changes to estimatePosition API | Clifford Wolf | 2018-06-20 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | Add better iCE40 delay estimates | Clifford Wolf | 2018-06-20 | 1 | -1/+16 |
|/ | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Updates from clangformat | Clifford Wolf | 2018-06-19 | 1 | -2/+7 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> |