aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Properly delete element from unordered_mapMiodrag Milanovic2018-08-021-5/+7
|/ / /
* | | Merge pull request #8 from mmicko/fix-lockSerge Bazanski2018-08-011-1/+0
|\ \ \ | | | | | | | | Removes unnecessary unlock causing trouble with placer
| * | | Removes unnecessary unlock causing trouble with placerMiodrag Milanovic2018-08-011-1/+0
| | | |
* | | | Merge pull request #1 from YosysHQ/q3k/add-copying-fileSerge Bazanski2018-08-011-0/+18
|\ \ \ \ | |/ / / |/| | | Add COPYING file
| * | | Add COPYING fileSergiusz Bazanski2018-08-011-0/+18
| |/ /
* | | json: Fix message for 1'bx valuesDavid Shah2018-08-011-3/+2
| | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | | Merge pull request #6 from YosysHQ/q3k/gui-fix-dangling-tree-childrenSerge Bazanski2018-08-011-1/+8
|\ \ \ | |/ / |/| | gui: treemodel: unregister from parent when we get destroyed
| * | gui: treemodel: unregister from parent when we get destroyedSergiusz Bazanski2018-08-011-1/+8
|/ / | | | | | | | | | | | | This fixes mysterious crashes when a new context was being loaded. The 'Bels', 'Wires', and 'Nets' roots would get replaced by new ones in TreeModel::Model::loadContext, but they would not get unregistered from their parent.
* | ecp5: Tweak bitstream chip scopeDavid Shah2018-08-011-1/+1
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | ecp5: Memory fixes in packerDavid Shah2018-08-011-4/+7
|/ | | | Signed-off-by: David Shah <davey1576@gmail.com>
* router: release lock on failure to unblock UISergiusz Bazanski2018-08-011-0/+3
|
* gui: fix race condition when selecting elements during plavementSergiusz Bazanski2018-08-011-12/+45
|
* Update archapi.mdClifford Wolf2018-08-011-1/+10
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Improve archapi docClifford Wolf2018-08-012-76/+264
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Remove getFrameDecal() APIClifford Wolf2018-08-019-34/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* timing: Fix timing analysis when no paths found (e.g. ecp5 with no cell ↵David Shah2018-08-011-28/+33
| | | | | | timing info yet) Signed-off-by: David Shah <davey1576@gmail.com>
* ecp5: Making arch.cc compileDavid Shah2018-08-011-2/+2
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* More documentation tweaksDavid Shah2018-08-012-8/+8
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* More FAQ tweaksDavid Shah2018-08-011-3/+3
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Improving documentation wordingDavid Shah2018-08-012-31/+32
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Add more FAQ sectionsClifford Wolf2018-08-011-24/+42
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Move FAQ, Wiki stuff to docs/Clifford Wolf2018-08-013-136/+415
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Merge branch 'readme-changes' into 'master'Clifford Wolf2018-08-011-18/+152
|\ | | | | | | | | Improve a lot of the README contents See merge request SymbioticEDA/nextpnr!24
| * Improve a lot of the README contents.Tim 'mithro' Ansell2018-07-311-16/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | * Reworked the initial paragraph. * Added an FAQ section. * Added explanation about links between nextpnr and other projects. * Added SymbioticEDA's relationship to the project. The README is now explicitly create about the fact that **next** refers to being after Arachne-PNR by repeating the fact multiple times.
| * Fix trailing white space.Tim 'mithro' Ansell2018-07-311-2/+2
| |
* | ice40: Add HFOSC support, force fabric routing on oscillators for nowDavid Shah2018-08-013-3/+20
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | clangformatDavid Shah2018-08-011-1/+1
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | Display warning only if gui is not usedMiodrag Milanovic2018-08-011-2/+5
| |
* | Fix filenames for MSVC buildMiodrag Milanovic2018-08-011-4/+4
| |
* | Merge branch 'redist_slack' into 'master'David Shah2018-08-0116-68/+259
|\ \ | | | | | | | | | | | | Update budgets throughout placement and routing See merge request SymbioticEDA/nextpnr!16
| * | Fix typoEddie Hung2018-07-311-1/+1
| | |
| * | Cope with slack_redist_iter == 0Eddie Hung2018-07-312-2/+2
| | |
| * | clangformat for stuff I've touchedEddie Hung2018-07-319-29/+31
| | |
| * | Modify the getNetinfo*() functions and getBudgetOverride() to not useEddie Hung2018-07-3110-33/+24
| | | | | | | | | | | | user_idx and to take a PortRef& instead
| * | Add --slack_redist_iter for ice40Eddie Hung2018-07-315-8/+14
| | |
| * | Remove spaceEddie Hung2018-07-311-1/+0
| | |
| * | Merge branch 'redist_slack' of gitlab.com:SymbioticEDA/nextpnr into redist_slackEddie Hung2018-07-3114-64/+214
| |\ \
| | * \ Merge branch 'estdelay' into redist_slackEddie Hung2018-07-311-2/+3
| | |\ \
| | | * | Fix tns computationEddie Hung2018-07-311-2/+3
| | | | |
| | * | | Merge remote-tracking branch 'origin/estdelay' into redist_slackEddie Hung2018-07-318-26/+52
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ecp5/arch.cc generic/arch.cc ice40/arch.cc
| | | * | Modify predictDelay signatureEddie Hung2018-07-308-24/+33
| | | | |
| | | * | Fix tnsEddie Hung2018-07-301-0/+1
| | | | |
| | * | | Fix merge issuesEddie Hung2018-07-311-5/+5
| | | | |
| | * | | Merge branch 'redist_slack' into 'redist_slack'Eddie Hung2018-07-3113-42/+205
| | |\ \ \ | | | |_|/ | | |/| | | | | | | # Conflicts: # common/timing.cc
| | | * | Merge branch 'redist_slack' into 'redist_slack'Eddie Hung2018-07-291-6/+3
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Keep things simple by not overconstraining Fmax See merge request eddiehung/nextpnr!15
| | | * \ \ Merge branch 'redist_slack' into 'redist_slack'Eddie Hung2018-07-285-62/+32
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Redist slack See merge request eddiehung/nextpnr!14
| | | * \ \ \ Merge branch 'redist_slack' into 'redist_slack'Eddie Hung2018-07-2823-197/+1241
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Redist slack See merge request eddiehung/nextpnr!13
| | | * \ \ \ \ Merge branch 'redist_slack' into 'redist_slack'Eddie Hung2018-07-282-4/+20
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Redist slack See merge request eddiehung/nextpnr!12
| | | * \ \ \ \ \ Merge branch 'redist_slack' into 'redist_slack'Eddie Hung2018-07-2771-1751/+7378
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Redist slack See merge request eddiehung/nextpnr!10
| * | | | | | | | | assign_budget() not quietlyEddie Hung2018-07-301-1/+1
| | | | | | | | | |