aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * ecp5: Build all chip typesDavid Shah2018-07-173-3/+3
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * ecp5: Major improvements to Trellis importerDavid Shah2018-07-171-299/+71
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * ecp5: Adding cell definitionsDavid Shah2018-07-172-0/+183
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrDavid Shah2018-07-173-5/+13
| |\
| | * Added check for yosys availabilityMiodrag Milanovic2018-07-173-5/+13
| | |
| * | Fix driver finder when net is undrivenDavid Shah2018-07-171-0/+2
| |/ | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * add tooltip for folderMiodrag Milanovic2018-07-161-0/+1
| |
| * Added Yosys tab with interactive consoleMiodrag Milanovic2018-07-167-1/+328
| |
| * refactor: Remove incorrect uses of the term 'wirelength'David Shah2018-07-164-43/+49
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * Fix MSVC buildMiodrag Milanovic2018-07-162-5/+8
| |
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into ↵Serge Bazanski2018-07-1516-313/+810
|\| | | | | | | q3k/lock-2-electric-boogaloo
| * Remove pip names from ice40 chip db to safe memoryClifford Wolf2018-07-153-5/+19
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrClifford Wolf2018-07-151-10/+21
| |\
| | * Make at least 50 of pips available in uphill/downhillMiodrag Milanovic2018-07-151-10/+21
| | |
| * | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrClifford Wolf2018-07-157-6/+39
| |\|
| | * Added splash screen info while loadingMiodrag Milanovic2018-07-157-6/+39
| | |
| * | Add iCE40 Pip gfxClifford Wolf2018-07-155-22/+255
| |/ | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * added highlight groupsMiodrag Milanovic2018-07-155-47/+173
| |
| * added browsing historyMiodrag Milanovic2018-07-152-0/+61
| |
| * make linked items clickableMiodrag Milanovic2018-07-153-25/+57
| |
| * add select on property pane, and action to double clickMiodrag Milanovic2018-07-157-28/+69
| |
| * show selected item from property window as well, cleanupMiodrag Milanovic2018-07-152-256/+201
| |
| * remove selected on context changeMiodrag Milanovic2018-07-141-0/+1
| |
* | Refactor RNG out to separate DeterministicRNG classSerge Bazanski2018-07-141-57/+67
| | | | | | | | | | This well also allow for better lifecycle control over the state of the RNG in the future.
* | Refactor IdString functionality into IdStringDBSerge Bazanski2018-07-145-27/+33
|/ | | | | This lets us more precisely control the lifetime of IdString databases in contexts/arches.
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrSergiusz Bazanski2018-07-1414-167/+138
|\
| * display selected object from treeMiodrag Milanovic2018-07-146-4/+41
| |
| * simplified Icon allocationMiodrag Milanovic2018-07-143-83/+50
| |
| * use itemSelectionChanged, keyboard selection worksMiodrag Milanovic2018-07-142-3/+7
| |
| * join python and info into one tabMiodrag Milanovic2018-07-1410-42/+17
| |
* | Fix revert issues.Sergiusz Bazanski2018-07-141-12/+0
| |
* | Revert "Make ice40::Arch thread-safe"Sergiusz Bazanski2018-07-143-44/+11
| | | | | | | | This reverts commit 0816f447b768ebe0632f419e9b696714dda4e860.
* | Revert "Make PnR use Unlocked methods"Sergiusz Bazanski2018-07-147-173/+78
| | | | | | | | This reverts commit 9e4f97290a50fc5d9dc0cbe6ead945840b9811b1.
* | Revert "Introduce proxies for locked access to ctx"Sergiusz Bazanski2018-07-148-778/+607
| | | | | | | | This reverts commit 89809a8b810dd57f50f365d70a0ce547705f8dbb.
* | Revert "Comment arch.h"Sergiusz Bazanski2018-07-141-34/+1
| | | | | | | | This reverts commit dc3256e62fce923a3dc703c521bea5a13cef4443.
* | Revert "Slight simplification of proxy code"Sergiusz Bazanski2018-07-142-93/+68
| | | | | | | | This reverts commit a71b576de6c404572439e30a56c4ff19497523a2.
* | Revert "Make GUI nice and smooth."Sergiusz Bazanski2018-07-146-178/+127
| | | | | | | | This reverts commit a8c84e90a39c54174dd24b5b76bd17aed8311481.
* | Revert "Add Nix(OS) support"Sergiusz Bazanski2018-07-143-96/+0
| | | | | | | | This reverts commit 7db6817a0b5afcf89e3c7eafc031a7eec59ee24e.
* | Revert "Fix description in Nix derivation"Sergiusz Bazanski2018-07-141-2/+2
| | | | | | | | This reverts commit 9365bf297c3e1a47d97dbc92e9f2df5aea590126.
* | Revert "Refactor proxies to nextpnr."Sergiusz Bazanski2018-07-1410-218/+194
| | | | | | | | This reverts commit 9b17fe385cf7e8d3025747b5f7c7822ac2d99920.
* | Revert "clang-format"Sergiusz Bazanski2018-07-146-80/+169
| | | | | | | | This reverts commit 8ca7a6da2525463be5be4ee9f62cfae0acc06b01.
* | Revert "Add read/mutate context stubs for ECP5"Sergiusz Bazanski2018-07-142-103/+6
| | | | | | | | This reverts commit f333a68753655a4ccf7da9a4da96e7fdd19f9d08.
* | Revert "Move read methods to ReadMethods, remove some legacy access to Arch"Sergiusz Bazanski2018-07-148-135/+129
| | | | | | | | This reverts commit 3352ff4abbcac563e08d78ed8aa77728d00284a8.
* | Revert "Make ECP5 proxy context compatible"Sergiusz Bazanski2018-07-142-79/+76
| | | | | | | | This reverts commit df5d7923ec00d18aa832ae5f8859a1120365cb27.
* | Revert "Remove legacy access to state via Arch"Sergiusz Bazanski2018-07-146-65/+120
| | | | | | | | This reverts commit 18b4b316782035daa259d65d26ea733ca4d16bea.
* | 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
|