aboutsummaryrefslogtreecommitdiffstats
path: root/common/nextpnr.h
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Reducing performance cost of assertsDavid Shah2018-07-191-8/+10
| | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * | Add Net/Cell "udata" fieldClifford Wolf2018-07-181-0/+4
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | Add ArchNetInfo and ArchCellInfoClifford Wolf2018-07-171-2/+2
| |/ | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* / Add Loc struct for x/y/z bel locationsClifford Wolf2018-07-171-0/+9
|/ | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Revert "Make GUI nice and smooth."Sergiusz Bazanski2018-07-141-31/+0
| | | | This reverts commit a8c84e90a39c54174dd24b5b76bd17aed8311481.
* Revert "Refactor proxies to nextpnr."Sergiusz Bazanski2018-07-141-138/+32
| | | | This reverts commit 9b17fe385cf7e8d3025747b5f7c7822ac2d99920.
* Revert "clang-format"Sergiusz Bazanski2018-07-141-26/+46
| | | | This reverts commit 8ca7a6da2525463be5be4ee9f62cfae0acc06b01.
* clang-formatSergiusz Bazanski2018-07-141-46/+26
|
* Refactor proxies to nextpnr.Sergiusz Bazanski2018-07-141-32/+138
|
* Make GUI nice and smooth.Sergiusz Bazanski2018-07-131-0/+31
|
* Remove legacy graphics APISergiusz Bazanski2018-07-121-72/+0
| | | | | 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-formatClifford Wolf2018-07-121-31/+18
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add GraphicElement style enumClifford Wolf2018-07-121-1/+9
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add Groups APIClifford Wolf2018-07-121-0/+19
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add ctx->route() APIClifford Wolf2018-07-111-0/+9
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* New refreshUi APIClifford Wolf2018-07-111-0/+33
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Fixed MSVC buildMiodrag Milanovic2018-07-111-4/+4
|
* Add GUI Decals APIClifford Wolf2018-07-111-0/+60
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* NPNR_ASSERT not to implicitly construct stringsEddie Hung2018-07-081-1/+1
|
* common: Remove deprecated global IdStringsDavid Shah2018-07-041-13/+0
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Add NPNR_ASSERT_FALSE, use in bitstream.ccDavid Shah2018-07-041-1/+8
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Fixed debug msvc build and fixed inaccessible baseMiodrag Milanovic2018-07-041-1/+1
|
* common: Adding NPNR_ASSERTDavid Shah2018-07-041-13/+39
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Fixed macros and includes for MSVCMiodrag Milanovic2018-07-031-1/+18
|
* Add implementations for generic arch db APIClifford Wolf2018-06-301-1/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Refactor IdString::global_ctxClifford Wolf2018-06-301-6/+6
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Split "arch.h" in "arch.h" and "archdefs.h"Clifford Wolf2018-06-291-5/+7
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Improving the SA+legalisation flowDavid Shah2018-06-291-1/+1
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Refactor common placement functions out of SA placer for use in legaliserDavid Shah2018-06-271-1/+2
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Make GUI use recreated contextMiodrag Milanovic2018-06-261-1/+1
|
* Fixing Python bindings after adding unique_ptrDavid Shah2018-06-261-1/+1
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* nets and cells are unique_ptr'sMiodrag Milanovic2018-06-251-8/+3
|
* ice40: Creating a carry chain splitter functionDavid Shah2018-06-251-3/+3
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Fix some memory leaksMiodrag Milanovic2018-06-251-0/+12
|
* Updates from clangformatClifford Wolf2018-06-231-10/+3
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrClifford Wolf2018-06-231-66/+0
|\
| * removed all deprecated unused api callsMiodrag Milanovic2018-06-231-66/+0
| |
* | Refactoring bind/unbind APIClifford Wolf2018-06-231-3/+8
|/ | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Switched from clifford@clifford.at to clifford@symbioticeda.com for ↵Clifford Wolf2018-06-221-1/+1
| | | | | | copyright headers Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Zero-initialize PortRef budgetsClifford Wolf2018-06-211-1/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add ctx->checksum(), slightly improve log messagesClifford Wolf2018-06-211-1/+7
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Improvements in routerClifford Wolf2018-06-211-0/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Adding stubs for delay annotation and cell timing lookupDavid Shah2018-06-201-5/+5
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Add PlaceStrengthClifford Wolf2018-06-201-1/+16
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add Context::sorted_shuffle APIClifford Wolf2018-06-191-0/+7
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Updates from clangformatClifford Wolf2018-06-191-10/+10
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add Context::force and "nextpnr-ice40 --force"Clifford Wolf2018-06-191-0/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add rng to Context, start using ctx->verboseClifford Wolf2018-06-191-0/+52
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Refactor Arch/Context design hierarchyClifford Wolf2018-06-191-17/+30
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Getting rid of users of old IdString APIClifford Wolf2018-06-181-26/+31
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>