aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | Merge branch 'redist_slack' into 'redist_slack'Eddie Hung2018-07-211-0/+2
| |\| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Avoid hysteresis preventing placer from stoppingEddie Hung2018-07-211-2/+12
| | * | | | | | | | | | | | | | Add update_budget() to timing.h headerEddie Hung2018-07-211-0/+2
| | * | | | | | | | | | | | | | Update commentEddie Hung2018-07-211-0/+118
| | |/ / / / / / / / / / / / /
| | * | | | | | | | | | | | | Merge branch 'master' into 'master'Eddie Hung2018-07-1948-824/+717
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into 'master'Eddie Hung2018-07-189-16/+68
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into 'master'Eddie Hung2018-07-1728-409/+1453
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into 'master'Eddie Hung2018-07-1587-1163/+6469
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of https://gitlab.com/eddiehung/nextpnrEddie Hung2018-07-083-10/+11
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | HACK: set carry budgets to zeroDavid Shah2018-07-211-1/+4
| * | | | | | | | | | | | | | | | | | | Quick hack to route nets with lowest budget firstDavid Shah2018-07-211-2/+17
| * | | | | | | | | | | | | | | | | | | Avoid hysteresis preventing placer from stoppingEddie Hung2018-07-211-2/+12
| * | | | | | | | | | | | | | | | | | | Add update_budget() to timing.h headerEddie Hung2018-07-211-0/+2
| * | | | | | | | | | | | | | | | | | | Update commentEddie Hung2018-07-211-0/+118
* | | | | | | | | | | | | | | | | | | | gui: fix crash on ecp5 gui, fix quadtree tests to not get broken by clangformatSergiusz Bazanski2018-08-012-0/+7
* | | | | | | | | | | | | | | | | | | | gui: fix quadtree testSergiusz Bazanski2018-08-011-1/+1
* | | | | | | | | | | | | | | | | | | | clangformatSergiusz Bazanski2018-08-0113-133/+99
* | | | | | | | | | | | | | | | | | | | Merge branch 'q3k/treemodel-fast' into 'master'Serge Bazanski2018-08-016-300/+635
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | gui: cosmeticsSergiusz Bazanski2018-08-011-1/+0
| * | | | | | | | | | | | | | | | | | | gui: fix zoom outbound not happening with fast startup timeSergiusz Bazanski2018-08-012-8/+10
| * | | | | | | | | | | | | | | | | | | gui: treemodel: bail early on empty children updates in IdStringListSergiusz Bazanski2018-08-011-2/+16
| * | | | | | | | | | | | | | | | | | | gui: lock arch when accessing/building treemodelSergiusz Bazanski2018-08-013-3/+23
| * | | | | | | | | | | | | | | | | | | gui: cosmeticsSergiusz Bazanski2018-08-011-2/+2
| * | | | | | | | | | | | | | | | | | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/treemodel-fastSergiusz Bazanski2018-08-017-6/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | add graphics toolbar to all targetsMiodrag Milanovic2018-07-312-0/+4
* | | | | | | | | | | | | | | | | | | | getChipName() should be constClifford Wolf2018-07-315-6/+5
| * | | | | | | | | | | | | | | | | | | gui: restore searchSergiusz Bazanski2018-08-012-11/+57
| * | | | | | | | | | | | | | | | | | | gui: treemodel: cleanupsSergiusz Bazanski2018-08-012-168/+217
| * | | | | | | | | | | | | | | | | | | gui: treemodel: simplify class hierarchySergiusz Bazanski2018-08-012-32/+18
| * | | | | | | | | | | | | | | | | | | gui: move tree model into own namespaceSergiusz Bazanski2018-08-014-66/+74
| * | | | | | | | | | | | | | | | | | | gui: fix warningsSergiusz Bazanski2018-08-012-20/+5
| * | | | | | | | | | | | | | | | | | | gui: restore menu for new tree modelSergiusz Bazanski2018-08-011-47/+50
| * | | | | | | | | | | | | | | | | | | gui: restore property navigation in treeSergiusz Bazanski2018-08-011-5/+5
| * | | | | | | | | | | | | | | | | | | gui: restore lookup into tree after new modelSergiusz Bazanski2018-08-012-16/+94
| * | | | | | | | | | | | | | | | | | | gui: clickable tree, better sortingSergiusz Bazanski2018-08-011-34/+84
| * | | | | | | | | | | | | | | | | | | gui: make new tree model clickableSergiusz Bazanski2018-08-012-27/+27
| * | | | | | | | | | | | | | | | | | | Merge branch 'master' into q3k/treemodel-fastSergiusz Bazanski2018-08-0124-327/+542
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrClifford Wolf2018-07-311-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Update README.mdClifford Wolf2018-07-311-0/+5
* | | | | | | | | | | | | | | | | | | | | Use icestorm timing informationClifford Wolf2018-07-311-27/+42
|/ / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | ecp5: Add Bel graphicsDavid Shah2018-07-314-12/+103
* | | | | | | | | | | | | | | | | | | | ecp5: Disable Pip list in GUI for nowDavid Shah2018-07-311-1/+3
* | | | | | | | | | | | | | | | | | | | Add binary search to getBelPinWire() and getBelPinType()Clifford Wolf2018-07-313-16/+43
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Implement simple searchMiodrag Milanovic2018-07-304-5/+43
* | | | | | | | | | | | | | | | | | | Towards better ice40 timing dataClifford Wolf2018-07-301-7/+21
* | | | | | | | | | | | | | | | | | | Use DelayInfo for cell timing instead of delay_tDavid Shah2018-07-307-16/+16
* | | | | | | | | | | | | | | | | | | python: Remove more dead filesDavid Shah2018-07-302-23/+0
* | | | | | | | | | | | | | | | | | | cmake: Set --fast and --slow chipdb.py argumentsDavid Shah2018-07-302-3/+24
* | | | | | | | | | | | | | | | | | | Add ice40 chipdb.py --fast/--slowClifford Wolf2018-07-301-0/+30
* | | | | | | | | | | | | | | | | | | Add iCE40 fast/slow delay fields to chipdbClifford Wolf2018-07-303-5/+29