Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clangformat for stuff I've touched | Eddie Hung | 2018-07-31 | 1 | -2/+2 |
| | |||||
* | Modify the getNetinfo*() functions and getBudgetOverride() to not use | Eddie Hung | 2018-07-31 | 1 | -6/+5 |
| | | | | user_idx and to take a PortRef& instead | ||||
* | Modify predictDelay signature | Eddie Hung | 2018-07-30 | 1 | -1/+1 |
| | |||||
* | Add predictDelay Arch API | Clifford Wolf | 2018-07-30 | 1 | -5/+5 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | common: Fix getNetinfoRouteDelay when net has no driver | David Shah | 2018-07-30 | 1 | -0/+2 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Add fallback to estimateDelay() in getNetinfoRouteDelay() | Clifford Wolf | 2018-07-23 | 1 | -1/+6 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Rename getWireBelPin to getBelPinWire | Clifford Wolf | 2018-07-22 | 1 | -2/+2 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Move common patterns from router1 to Context API | Clifford Wolf | 2018-07-22 | 1 | -0/+56 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Revert "Refactor proxies to nextpnr." | Sergiusz Bazanski | 2018-07-14 | 1 | -11/+0 |
| | | | | This reverts commit 9b17fe385cf7e8d3025747b5f7c7822ac2d99920. | ||||
* | Revert "clang-format" | Sergiusz Bazanski | 2018-07-14 | 1 | -2/+9 |
| | | | | This reverts commit 8ca7a6da2525463be5be4ee9f62cfae0acc06b01. | ||||
* | Revert "Move read methods to ReadMethods, remove some legacy access to Arch" | Sergiusz Bazanski | 2018-07-14 | 1 | -5/+4 |
| | | | | This reverts commit 3352ff4abbcac563e08d78ed8aa77728d00284a8. | ||||
* | Move read methods to ReadMethods, remove some legacy access to Arch | Sergiusz Bazanski | 2018-07-14 | 1 | -4/+5 |
| | |||||
* | clang-format | Sergiusz Bazanski | 2018-07-14 | 1 | -9/+2 |
| | |||||
* | Refactor proxies to nextpnr. | Sergiusz Bazanski | 2018-07-14 | 1 | -0/+11 |
| | |||||
* | common: Remove deprecated global IdStrings | David Shah | 2018-07-04 | 1 | -2/+0 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | refactor: Replace assert with NPNR_ASSERT | David Shah | 2018-07-04 | 1 | -14/+14 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | common: Adding NPNR_ASSERT | David Shah | 2018-07-04 | 1 | -0/+6 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Add implementations for generic arch db API | Clifford Wolf | 2018-06-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Refactor IdString::global_ctx | Clifford Wolf | 2018-06-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Improving debugability | David Shah | 2018-06-27 | 1 | -0/+13 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | nets and cells are unique_ptr's | Miodrag Milanovic | 2018-06-25 | 1 | -1/+1 |
| | |||||
* | Updates from clangformat | Clifford Wolf | 2018-06-23 | 1 | -10/+3 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Refactoring bind/unbind API | Clifford Wolf | 2018-06-23 | 1 | -10/+30 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | 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 | -5/+4 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add ctx->checksum(), slightly improve log messages | Clifford Wolf | 2018-06-21 | 1 | -0/+123 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Refactor Arch/Context design hierarchy | Clifford Wolf | 2018-06-19 | 1 | -5/+5 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Getting rid of users of old IdString API | Clifford Wolf | 2018-06-18 | 1 | -4/+7 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Updates from clangformat | Clifford Wolf | 2018-06-18 | 1 | -4/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Towards IdString as per-context facility | Clifford Wolf | 2018-06-18 | 1 | -12/+25 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Rename Chip to Arch and ChipArgs to ArchArgs | Clifford Wolf | 2018-06-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Minor clangformat changes | Clifford Wolf | 2018-06-12 | 1 | -2/+2 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add fast IdString <-> PortPin conversion | Clifford Wolf | 2018-06-12 | 1 | -1/+9 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add proper fast IdString | Clifford Wolf | 2018-06-12 | 1 | -0/+35 |
Signed-off-by: Clifford Wolf <clifford@clifford.at> |