Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Arch::getBelPinType() and Arch::getWireBelPins() in generic arch | Clifford Wolf | 2018-07-22 | 2 | -2/+12 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Rename getWireBelPin to getBelPinWire | Clifford Wolf | 2018-07-22 | 2 | -2/+2 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add Loc constructors | Clifford Wolf | 2018-07-21 | 2 | -11/+6 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Change DelayInfo semantics to what we actually need | Clifford Wolf | 2018-07-21 | 1 | -3/+6 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add getWireDelay API | Clifford Wolf | 2018-07-21 | 1 | -0/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add Location APIs to generic arch | Clifford Wolf | 2018-07-20 | 2 | -12/+29 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | ice40: Trim DSP inputs that are constant where appropriate | David Shah | 2018-07-19 | 1 | -2/+6 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Add ArchNetInfo and ArchCellInfo | Clifford Wolf | 2018-07-17 | 1 | -0/+3 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | 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 | -1/+11 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Use command line parameters settings for GUI as well. | Miodrag Milanovic | 2018-07-13 | 1 | -18/+21 |
| | |||||
* | Updates from clang-format | Clifford Wolf | 2018-07-12 | 2 | -31/+12 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add Groups API | Clifford Wolf | 2018-07-12 | 3 | -1/+76 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Fix usage of refreshUi API in generic arch | Clifford Wolf | 2018-07-11 | 1 | -4/+5 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add ctx->place() API | Clifford Wolf | 2018-07-11 | 2 | -0/+7 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add ctx->route() API | Clifford Wolf | 2018-07-11 | 2 | -0/+11 |
| | | | | 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 | 3 | -24/+36 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | python: Convert empty BelId to None | David Shah | 2018-07-04 | 2 | -2/+2 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | python: Renaming and fixing 'generic' build | David Shah | 2018-07-04 | 2 | -0/+31 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | refactor: Replace assert with NPNR_ASSERT | David Shah | 2018-07-04 | 1 | -7/+7 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Add header comment for the common arch API in generic arch | Clifford Wolf | 2018-06-30 | 1 | -0/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add implementations for generic arch db API | Clifford Wolf | 2018-06-30 | 2 | -94/+248 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add stub generator API to generic arch | Clifford Wolf | 2018-06-30 | 2 | -6/+52 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Rename "dummy" arch to "generic" | Clifford Wolf | 2018-06-29 | 8 | -0/+592 |
Signed-off-by: Clifford Wolf <clifford@clifford.at> |