aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Revert "Remove Arch::getBudgetOverride()"Eddie Hung2018-07-266-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 749dae4ae5b2b719237af5db28e98ff671bae265.
* | | | | | Move target_freq update after budget updateEddie Hung2018-07-261-9/+9
| | | | | |
* | | | | | Fix budget reallocEddie Hung2018-07-261-7/+4
| | | | | |
* | | | | | Merge remote-tracking branch 'origin/master' into redist_slackEddie Hung2018-07-2627-786/+1087
|\| | | | |
| * | | | | Added back select on property listMiodrag Milanovic2018-07-261-8/+15
| | | | | |
| * | | | | Fix name clash for ecp5Miodrag Milanovic2018-07-262-2/+2
| | |_|_|/ | |/| | |
| * | | | gui: include linshader.{cc,h}Sergiusz Bazanski2018-07-262-0/+445
| | | | |
| * | | | gui: move polyline/lineshader to gui/lineshader.{h,cc}Sergiusz Bazanski2018-07-262-385/+1
| | | | |
| * | | | gui: refactor FPGAViewWidget even more slightlySergiusz Bazanski2018-07-262-28/+28
| | | | |
| * | | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrSergiusz Bazanski2018-07-261-1/+1
| |\ \ \ \
| | * | | | Fix bba typoClifford Wolf2018-07-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | | | | gui: refactor FPGAViewWidget slightlySergiusz Bazanski2018-07-262-137/+150
| |/ / / /
| * | | / common: rename GraphicElement::{style,type} enums, add _MAX membersSergiusz Bazanski2018-07-265-41/+45
| | |_|/ | |/| |
| * | | gui: style fixesSergiusz Bazanski2018-07-263-20/+13
| | |/ | |/|
| * | clangformat and GraphicElement::style commentsClifford Wolf2018-07-266-17/+16
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrDavid Shah2018-07-261-2/+2
| |\ \
| | * | Fix router1 locking in NDEBUG buildsClifford Wolf2018-07-261-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | | generic: Fixing buildDavid Shah2018-07-261-2/+2
| |/ / | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * | Add getWireType()/getPipType() APIClifford Wolf2018-07-265-8/+27
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | Move iCE40 switchbox gfx to UI groupsClifford Wolf2018-07-261-93/+162
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | Add iCE40 pip gfx for carry_in muxClifford Wolf2018-07-261-0/+11
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | Update README.mdClifford Wolf2018-07-261-2/+5
| | |
| * | Update README.mdClifford Wolf2018-07-261-3/+4
| | |
| * | Improvements in bbasmClifford Wolf2018-07-262-9/+83
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | Update README.mdClifford Wolf2018-07-261-18/+18
| | |
| * | added buttons for new zoom operationsMiodrag Milanovic2018-07-2610-17/+67
| | |
| * | highlight operation on multiple itemsMiodrag Milanovic2018-07-262-55/+52
| | |
* | | Do not use budget override anymore, and subtract not add!Eddie Hung2018-07-251-4/+2
| | |
* | | Remove Arch::getBudgetOverride()Eddie Hung2018-07-256-14/+0
| | |
* | | clangformatEddie Hung2018-07-252-20/+27
| | |
* | | Print budget of net and its driver/sink locations tooEddie Hung2018-07-251-4/+5
| | |
* | | Fix min_slack computation, and print out critical path after routingEddie Hung2018-07-254-34/+76
| | |
* | | Retry clangformatEddie Hung2018-07-257-28/+29
| | |
* | | clangformatEddie Hung2018-07-253-5/+5
| | |
* | | Add compute_fmax() with refactoring, plus print out Fmax estimate post-place ↵Eddie Hung2018-07-254-36/+45
| | | | | | | | | | | | and post-route
* | | Merge remote-tracking branch 'origin/master' into redist_slackEddie Hung2018-07-2510-61/+62
|\| |
| * | Merge branch 'eddieh/idstring_speedup' into 'master'Eddie Hung2018-07-2610-61/+62
| |\ \ | | | | | | | | | | | | | | | | Reduce id() lookups for commonly used update_budget() See merge request SymbioticEDA/nextpnr!20
| | * | clangformatEddie Hung2018-07-257-37/+29
| | | |
| | * | Merge remote-tracking branch 'origin/master' into eddieh/idstring_speedupEddie Hung2018-07-2532-620/+4984
| | |\ \ | | |/ / | |/| |
| | * | Reduce id() lookups for commonly used update_budget()Eddie Hung2018-07-243-24/+33
| | | |
* | | | Merge remote-tracking branch 'origin/master' into redist_slackEddie Hung2018-07-2532-620/+4984
|\| | |
| * | | clangformatDavid Shah2018-07-254-15/+10
| | | | | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrDavid Shah2018-07-251-0/+13
| |\ \ \
| | * | | made select multiple to workMiodrag Milanovic2018-07-251-0/+13
| | | | |
| * | | | ecp5: Add global network info to databaseDavid Shah2018-07-252-0/+39
| |/ / / | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * | | Add ability for multiple selection, enable for select only items that make senseMiodrag Milanovic2018-07-255-1/+36
| | | |
| * | | Fixed packing non podMiodrag Milanovic2018-07-252-5/+5
| | | |
| * | | Add ice40/benchmark/report.ipynbClifford Wolf2018-07-251-0/+69
| | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | | More minor ice40 benchmark improvementsClifford Wolf2018-07-252-2/+7
| | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | | ice40: Tweaking picorv32_benchmark.pyDavid Shah2018-07-251-2/+1
| | | | | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>