aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * Fix MSVC buildMiodrag Milanovic2018-07-162-5/+8
| * Remove pip names from ice40 chip db to safe memoryClifford Wolf2018-07-153-5/+19
| * Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrClifford Wolf2018-07-151-10/+21
| |\
| * \ Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrClifford Wolf2018-07-157-6/+39
| |\ \
| * | | Add iCE40 Pip gfxClifford Wolf2018-07-155-22/+255
* | | | Merge branch 'master' into 'master'Eddie Hung2018-07-1587-1163/+6469
|\ \ \ \ | | |_|/ | |/| |
| * | | Make at least 50 of pips available in uphill/downhillMiodrag Milanovic2018-07-151-10/+21
| | |/ | |/|
| * | Added splash screen info while loadingMiodrag Milanovic2018-07-157-6/+39
| |/
| * 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
| * 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
| * | Revert "Make PnR use Unlocked methods"Sergiusz Bazanski2018-07-147-173/+78
| * | Revert "Introduce proxies for locked access to ctx"Sergiusz Bazanski2018-07-148-778/+607
| * | Revert "Comment arch.h"Sergiusz Bazanski2018-07-141-34/+1
| * | Revert "Slight simplification of proxy code"Sergiusz Bazanski2018-07-142-93/+68
| * | Revert "Make GUI nice and smooth."Sergiusz Bazanski2018-07-146-178/+127
| * | Revert "Add Nix(OS) support"Sergiusz Bazanski2018-07-143-96/+0
| * | Revert "Fix description in Nix derivation"Sergiusz Bazanski2018-07-141-2/+2
| * | Revert "Refactor proxies to nextpnr."Sergiusz Bazanski2018-07-1410-218/+194
| * | Revert "clang-format"Sergiusz Bazanski2018-07-146-80/+169
| * | Revert "Add read/mutate context stubs for ECP5"Sergiusz Bazanski2018-07-142-103/+6
| * | Revert "Move read methods to ReadMethods, remove some legacy access to Arch"Sergiusz Bazanski2018-07-148-135/+129
| * | Revert "Make ECP5 proxy context compatible"Sergiusz Bazanski2018-07-142-79/+76
| * | Revert "Remove legacy access to state via Arch"Sergiusz Bazanski2018-07-146-65/+120
| * | Revert "Remove unimplemented pybindings (for now)"Sergiusz Bazanski2018-07-141-0/+32
| * | Revert "Undo accidental picorv32.sh commit"Sergiusz Bazanski2018-07-141-4/+4
| |/
| * Undo accidental picorv32.sh commitSergiusz Bazanski2018-07-141-4/+4
| * Remove unimplemented pybindings (for now)Sergiusz Bazanski2018-07-141-32/+0
| * 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
| * 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