aboutsummaryrefslogtreecommitdiffstats
path: root/common/nextpnr.h
Commit message (Expand)AuthorAgeFilesLines
* Add NPNR_ASSERT_FALSE, use in bitstream.ccDavid Shah2018-07-041-1/+8
* Fixed debug msvc build and fixed inaccessible baseMiodrag Milanovic2018-07-041-1/+1
* common: Adding NPNR_ASSERTDavid Shah2018-07-041-13/+39
* Fixed macros and includes for MSVCMiodrag Milanovic2018-07-031-1/+18
* Add implementations for generic arch db APIClifford Wolf2018-06-301-1/+1
* Refactor IdString::global_ctxClifford Wolf2018-06-301-6/+6
* Split "arch.h" in "arch.h" and "archdefs.h"Clifford Wolf2018-06-291-5/+7
* Improving the SA+legalisation flowDavid Shah2018-06-291-1/+1
* Refactor common placement functions out of SA placer for use in legaliserDavid Shah2018-06-271-1/+2
* Make GUI use recreated contextMiodrag Milanovic2018-06-261-1/+1
* Fixing Python bindings after adding unique_ptrDavid Shah2018-06-261-1/+1
* nets and cells are unique_ptr'sMiodrag Milanovic2018-06-251-8/+3
* ice40: Creating a carry chain splitter functionDavid Shah2018-06-251-3/+3
* Fix some memory leaksMiodrag Milanovic2018-06-251-0/+12
* Updates from clangformatClifford Wolf2018-06-231-10/+3
* 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
|/
* Switched from clifford@clifford.at to clifford@symbioticeda.com for copyright...Clifford Wolf2018-06-221-1/+1
* Zero-initialize PortRef budgetsClifford Wolf2018-06-211-1/+1
* Add ctx->checksum(), slightly improve log messagesClifford Wolf2018-06-211-1/+7
* Improvements in routerClifford Wolf2018-06-211-0/+1
* Adding stubs for delay annotation and cell timing lookupDavid Shah2018-06-201-5/+5
* Add PlaceStrengthClifford Wolf2018-06-201-1/+16
* Add Context::sorted_shuffle APIClifford Wolf2018-06-191-0/+7
* Updates from clangformatClifford Wolf2018-06-191-10/+10
* Add Context::force and "nextpnr-ice40 --force"Clifford Wolf2018-06-191-0/+1
* Add rng to Context, start using ctx->verboseClifford Wolf2018-06-191-0/+52
* Refactor Arch/Context design hierarchyClifford Wolf2018-06-191-17/+30
* Getting rid of users of old IdString APIClifford Wolf2018-06-181-26/+31
* Updates from clangformatClifford Wolf2018-06-181-16/+34
* Deprecate old IdString API with implizit global contextClifford Wolf2018-06-181-12/+12
* Towards IdString as per-context facilityClifford Wolf2018-06-181-37/+78
* Move contents of design.h to nextpnr.hClifford Wolf2018-06-181-1/+59
* Rename chip.h to arch.hClifford Wolf2018-06-181-1/+1
* Fixing regression due to IDStringsDavid Shah2018-06-121-0/+7
* Minor clangformat changesClifford Wolf2018-06-121-2/+5
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrClifford Wolf2018-06-121-1/+1
|\
| * ice40: Add support for LC placement constraints in packerDavid Shah2018-06-121-1/+1
* | Add fast IdString <-> PortPin conversionClifford Wolf2018-06-121-1/+3
* | Add proper fast IdStringClifford Wolf2018-06-121-12/+45
|/
* Add IdString APIClifford Wolf2018-06-121-2/+37
* Add nextpnr namespaceClifford Wolf2018-06-121-21/+19
* Add "nextpnr.h"Clifford Wolf2018-06-111-0/+69