aboutsummaryrefslogtreecommitdiffstats
path: root/common/nextpnr.h
Commit message (Expand)AuthorAgeFilesLines
* noreturn have to be void, so there is no UBMiodrag Milanovic2018-07-251-4/+4
* Make thread check portableMiodrag Milanovic2018-07-251-4/+4
* Add G_ARROW (for now same look as G_LINE)Clifford Wolf2018-07-241-0/+1
* Add Context::archcheck() and "nextpnr-ice40 --test"Clifford Wolf2018-07-231-0/+1
* Move common patterns from router1 to Context APIClifford Wolf2018-07-221-0/+4
* Merge branch 'q3k/lock-2-electric-boogaloo' into 'master'Clifford Wolf2018-07-211-69/+125
|\
| * Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/lock-2-elec...Sergiusz Bazanski2018-07-211-0/+24
| |\
| * | Use UI lock for yieldingSergiusz Bazanski2018-07-201-4/+28
| * | Nuke IdStringDBSergiusz Bazanski2018-07-201-43/+34
| * | Remove dead code.Sergiusz Bazanski2018-07-201-2/+0
| * | clang-format and uncomment debugSergiusz Bazanski2018-07-201-7/+4
| * | Move pthread yield hack into BaseCtxSergiusz Bazanski2018-07-201-1/+12
| * | Mix-in Deterministic RNG at Context instead of BaseCtxSergiusz Bazanski2018-07-201-2/+2
| * | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/lock-2-elec...Sergiusz Bazanski2018-07-201-10/+15
| |\ \
| * | | WIP.Serge Bazanski2018-07-171-1/+1
| * | | Add basic external locking, lock from P&RSerge Bazanski2018-07-171-0/+19
| * | | Refactor RNG out to separate DeterministicRNG classSerge Bazanski2018-07-141-57/+67
| * | | Refactor IdString functionality into IdStringDBSerge Bazanski2018-07-141-20/+26
* | | | Add Loc constructorsClifford Wolf2018-07-211-0/+3
| |_|/ |/| |
* | | Add Location APIs to generic archClifford Wolf2018-07-201-4/+0
* | | Improve iCE40 and common Loc codeClifford Wolf2018-07-201-0/+19
* | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into gridapiClifford Wolf2018-07-201-10/+15
|\ \ \ | | |/ | |/|
| * | ice40: Adding cell definition for DSPsDavid Shah2018-07-191-2/+1
| * | Reducing performance cost of assertsDavid Shah2018-07-191-8/+10
| * | Add Net/Cell "udata" fieldClifford Wolf2018-07-181-0/+4
| * | Add ArchNetInfo and ArchCellInfoClifford Wolf2018-07-171-2/+2
| |/
* / Add Loc struct for x/y/z bel locationsClifford Wolf2018-07-171-0/+9
|/
* Revert "Make GUI nice and smooth."Sergiusz Bazanski2018-07-141-31/+0
* Revert "Refactor proxies to nextpnr."Sergiusz Bazanski2018-07-141-138/+32
* Revert "clang-format"Sergiusz Bazanski2018-07-141-26/+46
* 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
* Updates from clang-formatClifford Wolf2018-07-121-31/+18
* Add GraphicElement style enumClifford Wolf2018-07-121-1/+9
* Add Groups APIClifford Wolf2018-07-121-0/+19
* Add ctx->route() APIClifford Wolf2018-07-111-0/+9
* New refreshUi APIClifford Wolf2018-07-111-0/+33
* Fixed MSVC buildMiodrag Milanovic2018-07-111-4/+4
* Add GUI Decals APIClifford Wolf2018-07-111-0/+60
* NPNR_ASSERT not to implicitly construct stringsEddie Hung2018-07-081-1/+1
* common: Remove deprecated global IdStringsDavid Shah2018-07-041-13/+0
* 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