aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixing hash link problemDavid Shah2018-07-132-2/+2
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* 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
|
* ecp5: Improving SLICE belDavid Shah2018-07-123-1/+58
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrClifford Wolf2018-07-112-5/+16
|\
| * disable actions and make them accesibleMiodrag Milanovic2018-07-112-4/+13
| |
| * margins fixMiodrag Milanovic2018-07-111-1/+3
| |
* | Add missing wires to ice40 gfxClifford Wolf2018-07-111-2/+54
|/ | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Deterministic chipdb blobsClifford Wolf2018-07-112-3/+3
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrClifford Wolf2018-07-111-4/+25
|\
| * Fix layoutMiodrag Milanovic2018-07-111-4/+25
| |
* | Fix usage of refreshUi API in generic archClifford Wolf2018-07-111-4/+5
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | Add ctx->place() APIClifford Wolf2018-07-1112-10/+27
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | Add ctx->route() APIClifford Wolf2018-07-1113-18/+57
|/ | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Unflip iCE40 tile graphicsClifford Wolf2018-07-112-54/+54
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* New refreshUi APIClifford Wolf2018-07-114-18/+33
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* GUI preparation for search and browse historyMiodrag Milanovic2018-07-117-0/+37
|
* Fixed MSVC buildMiodrag Milanovic2018-07-111-4/+4
|
* ecp5: Update arch to use new graphics APIDavid Shah2018-07-114-27/+39
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Merge branch 'ice40gfx' into 'master'Clifford Wolf2018-07-1110-101/+1155
|\ | | | | | | | | Ice40gfx See merge request SymbioticEDA/nextpnr!7
| * Add GUI Decals APIClifford Wolf2018-07-118-124/+255
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into ice40gfxClifford Wolf2018-07-105-0/+12
| |\
| * | Improve ic40 gfxClifford Wolf2018-07-103-164/+216
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | Add ice40 LC output gfxClifford Wolf2018-07-092-3/+30
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | Make logic cell positioning a constantDavid Shah2018-07-093-6/+12
| | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * | Adding all LUT input wiresDavid Shah2018-07-091-3/+6
| | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * | Add constants for switchbox locationsDavid Shah2018-07-092-28/+63
| | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * | Reorder gfx.h, add LUT0 inputsDavid Shah2018-07-092-22/+35
| | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * | Add ice40 gfx right vertical span-4Clifford Wolf2018-07-092-54/+78
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | Vertical wires and span-12 wiresClifford Wolf2018-07-092-2/+158
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>