aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Revert "Remove unimplemented pybindings (for now)"Sergiusz Bazanski2018-07-141-0/+32
| | | | | | | | This reverts commit 53393b993fb211a3ce98262b0dd636d2e8420d2d.
* | Revert "Undo accidental picorv32.sh commit"Sergiusz Bazanski2018-07-141-4/+4
|/ | | | This reverts commit 98c594885698b557311ac84195599b35968719e0.
* Undo accidental picorv32.sh commitSergiusz Bazanski2018-07-141-4/+4
|
* Remove unimplemented pybindings (for now)Sergiusz Bazanski2018-07-141-32/+0
| | | | | We need to re-jigger the template magic in common/pywrappers.h to be proxy context aware.
* Remove legacy access to state via ArchSergiusz Bazanski2018-07-146-120/+65
|
* Make ECP5 proxy context compatibleSergiusz Bazanski2018-07-142-76/+79
|
* Move read methods to ReadMethods, remove some legacy access to ArchSergiusz Bazanski2018-07-148-129/+135
|
* Add read/mutate context stubs for ECP5Sergiusz Bazanski2018-07-142-6/+103
|
* clang-formatSergiusz Bazanski2018-07-146-169/+80
|
* Refactor proxies to nextpnr.Sergiusz Bazanski2018-07-1410-194/+218
|
* cmake: Add missing pthread libraryDavid Shah2018-07-141-1/+1
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Fix description in Nix derivationSerge Bazanski2018-07-131-2/+2
|
* Add Nix(OS) supportSerge Bazanski2018-07-133-0/+96
|
* Make GUI nice and smooth.Sergiusz Bazanski2018-07-136-127/+178
|
* Slight simplification of proxy codeSergiusz Bazanski2018-07-132-68/+93
|
* Comment arch.hSergiusz Bazanski2018-07-131-1/+34
|
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into ↵Sergiusz Bazanski2018-07-1327-527/+411
|\ | | | | | | q3k/lock-the-things
| * Made python console use edit line and betterMiodrag Milanovic2018-07-1310-412/+249
| |
| * Improve handling of iCE40 BRAM belsClifford Wolf2018-07-131-8/+36
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * Fix iCE40 wire gfx decalsClifford Wolf2018-07-131-25/+78
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * Fix ice40 gfx wire indicesClifford Wolf2018-07-131-1/+1
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * remove maximum size restriction for tree/propertyMiodrag Milanovic2018-07-131-1/+0
| |
| * Add ctx->pack() APIClifford Wolf2018-07-1312-75/+14
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * Fix Ui/Decal handling of active/inactive arch objectsClifford Wolf2018-07-134-4/+34
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * Fixing hash link problemDavid Shah2018-07-132-2/+2
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | Introduce proxies for locked access to ctxSergiusz Bazanski2018-07-138-592/+767
| |
* | Make PnR use Unlocked methodsSergiusz Bazanski2018-07-137-78/+173
| |
* | Make ice40::Arch thread-safeSergiusz Bazanski2018-07-133-11/+44
|/ | | | | | | | | | | We move all non-chip data to be private and guard them with an R/W mutex. We then modify all calls that access these fields to lock/shared_lock the mutex as required. Profiling the code before and after is an exercise left to the reader :).
* Style.Sergiusz Bazanski2018-07-132-51/+35
|
* Fixed initial title and actions after newMiodrag Milanovic2018-07-133-4/+5
|
* invert palette for fpga viewerMiodrag Milanovic2018-07-131-0/+10
|
* Add coloring per graphics element styleMiodrag Milanovic2018-07-132-37/+80
|
* Use command line parameters settings for GUI as well.Miodrag Milanovic2018-07-1312-153/+184
|
* Remove legacy graphics APISergiusz Bazanski2018-07-124-115/+43
| | | | | 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-1217-136/+92
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Fix ice40 wire segments in lutff complexClifford Wolf2018-07-121-2/+2
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Merge branch 'q3k/fix-zoom' into 'master'David Shah2018-07-122-62/+62
|\ | | | | | | | | Fix Zooming See merge request SymbioticEDA/nextpnr!8
| * Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/fix-zoomSergiusz Bazanski2018-07-1211-59/+121
| |\ | |/ |/|
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrClifford Wolf2018-07-121-0/+11
|\ \
| * | ecp5/cmake: Improve error message when trellis/pytrellis not foundDavid Shah2018-07-121-0/+11
| | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | | Improve iCE40 wire database and gfxClifford Wolf2018-07-126-50/+72
| | | | | | | | | | | | 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>
* | make colors configurable, changed to grayMiodrag Milanovic2018-07-122-7/+28
| |
* | ecp5: Unbreaking groupsDavid Shah2018-07-121-1/+1
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * Fix zoom in fpgawidgetSergiusz Bazanski2018-07-122-62/+62
|/
* changed order of scale and translate, makes it zoom at centerMiodrag Milanovic2018-07-121-2/+2
|
* Update READMEClifford Wolf2018-07-121-13/+13
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add Groups APIClifford Wolf2018-07-1211-13/+252
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* added progress bar for future useMiodrag Milanovic2018-07-122-0/+8
|
* Added python37 as well, fixes latest msys2 build and macOSMiodrag Milanovic2018-07-121-0/+7
|