aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Add Net/Cell "udata" fieldClifford Wolf2018-07-181-0/+4
* Add ArchNetInfo and ArchCellInfoClifford Wolf2018-07-171-2/+2
* Fix driver finder when net is undrivenDavid Shah2018-07-171-0/+2
* refactor: Remove incorrect uses of the term 'wirelength'David Shah2018-07-163-39/+45
* Revert "Make PnR use Unlocked methods"Sergiusz Bazanski2018-07-143-44/+44
* Revert "Introduce proxies for locked access to ctx"Sergiusz Bazanski2018-07-144-247/+220
* Revert "Make GUI nice and smooth."Sergiusz Bazanski2018-07-141-31/+0
* Revert "Refactor proxies to nextpnr."Sergiusz Bazanski2018-07-146-155/+38
* Revert "clang-format"Sergiusz Bazanski2018-07-144-30/+60
* Revert "Move read methods to ReadMethods, remove some legacy access to Arch"Sergiusz Bazanski2018-07-141-5/+4
* Move read methods to ReadMethods, remove some legacy access to ArchSergiusz Bazanski2018-07-141-4/+5
* clang-formatSergiusz Bazanski2018-07-144-60/+30
* Refactor proxies to nextpnr.Sergiusz Bazanski2018-07-146-38/+155
* Make GUI nice and smooth.Sergiusz Bazanski2018-07-131-0/+31
* Introduce proxies for locked access to ctxSergiusz Bazanski2018-07-134-220/+247
* Make PnR use Unlocked methodsSergiusz Bazanski2018-07-133-44/+44
* 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