aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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->place() APIClifford Wolf2018-07-112-3/+3
* Add ctx->route() APIClifford Wolf2018-07-113-9/+17
* New refreshUi APIClifford Wolf2018-07-111-0/+33
* Fixed MSVC buildMiodrag Milanovic2018-07-111-4/+4
* Merge branch 'ice40gfx' into 'master'Clifford Wolf2018-07-111-0/+60
|\
| * Add GUI Decals APIClifford Wolf2018-07-111-0/+60
* | ecp5: Working on bitstream genDavid Shah2018-07-111-0/+1
* | ecp5: Adding bitstream gen for slice configDavid Shah2018-07-111-0/+12
* | ecp5: Working on arch implementationDavid Shah2018-07-111-4/+4
* | Renamed dummy->generic for tests, also fix warningMiodrag Milanovic2018-07-111-0/+2
|/
* NPNR_ASSERT not to implicitly construct stringsEddie Hung2018-07-081-1/+1
* typeof to decltypeMiodrag Milanovic2018-07-052-22/+22
* python: Renaming and fixing 'generic' buildDavid Shah2018-07-041-1/+0
* common: Remove deprecated global IdStringsDavid Shah2018-07-044-26/+5
* python: More design-related bindings, dump_design.py working againDavid Shah2018-07-043-25/+124
* python: Update wrapper for non-unique_ptr mapsDavid Shah2018-07-042-42/+49
* python: Adding more wrapped bindings for ice40David Shah2018-07-043-5/+112
* python: Translate NPNR_ASSERTs to PythonDavid Shah2018-07-041-0/+7
* python: New wrapper system working for unique_ptr mapsDavid Shah2018-07-042-5/+11
* python: Developing context wrappers for mapsDavid Shah2018-07-044-26/+70
* python: Adding more bindingsDavid Shah2018-07-042-5/+19
* python: Add context wrapper support for rangesDavid Shah2018-07-044-74/+74
* Progress on new wrapper systemDavid Shah2018-07-042-2/+3
* python: Restructuring wrapper systemDavid Shah2018-07-041-16/+41
* 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
* refactor: Replace assert with NPNR_ASSERTDavid Shah2018-07-044-29/+29
* common: Adding NPNR_ASSERTDavid Shah2018-07-042-13/+45
* Fixed macros and includes for MSVCMiodrag Milanovic2018-07-032-14/+26
* python: Tweaking how the new wrappers will workDavid Shah2018-07-021-13/+32
* Starting to develop a new Python wrapper systemDavid Shah2018-07-012-2/+93
* Add implementations for generic arch db APIClifford Wolf2018-06-302-2/+2
* Refactor IdString::global_ctxClifford Wolf2018-06-302-7/+7
* Split "arch.h" in "arch.h" and "archdefs.h"Clifford Wolf2018-06-291-5/+7
* ice40: UltraPlus SPRAM workingDavid Shah2018-06-291-1/+1
* Improving the SA+legalisation flowDavid Shah2018-06-296-7/+12
* Tidying up the SA placerDavid Shah2018-06-292-5/+4
* Increase temp and diameter after legalisationDavid Shah2018-06-291-0/+5
* Start legalisation at a much lower SA temperatureDavid Shah2018-06-291-1/+1
* Make single-cell placer less likely to get stuckDavid Shah2018-06-291-4/+4
* Integrating SA placer and legaliserDavid Shah2018-06-292-10/+38
* ice40: Reworking placement legalisation to allow integration with SA placerDavid Shah2018-06-291-0/+9
* remove emb.ccMiodrag Milanovic2018-06-283-164/+1
* Improving debugabilityDavid Shah2018-06-271-0/+13
* Improving post-ripup placement in the legaliserDavid Shah2018-06-273-5/+66
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrDavid Shah2018-06-272-9/+9
|\