aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* timing: Add support for clock constraintsDavid Shah2018-11-126-4/+51
| | | | Signed-off-by: David Shah <dave@ds0.me>
* ecp5: EBR clocking fixDavid Shah2018-11-121-5/+8
| | | | Signed-off-by: David Shah <dave@ds0.me>
* generic: Update arch to new timing APIDavid Shah2018-11-122-3/+18
| | | | Signed-off-by: David Shah <dave@ds0.me>
* ecp5: Update arch to new timing APIDavid Shah2018-11-123-17/+73
| | | | Signed-off-by: David Shah <dave@ds0.me>
* timing: Fix Fmax for clocks with mixed edge usageDavid Shah2018-11-121-10/+11
| | | | Signed-off-by: David Shah <dave@ds0.me>
* archapi: Add getDelayFromNS to improve timing algorithm portabilityDavid Shah2018-11-123-3/+13
| | | | Signed-off-by: David Shah <dave@ds0.me>
* timing: Fix handling of clock inputsDavid Shah2018-11-122-12/+19
| | | | Signed-off-by: David Shah <dave@ds0.me>
* timing: Don't include false startpoints in async pathsDavid Shah2018-11-121-2/+8
| | | | Signed-off-by: David Shah <dave@ds0.me>
* timing: Improve Fmax output and print cross-clock pathsDavid Shah2018-11-123-54/+132
| | | | Signed-off-by: David Shah <dave@ds0.me>
* timing: Multiple clock analysisDavid Shah2018-11-122-9/+31
| | | | Signed-off-by: David Shah <dave@ds0.me>
* Working on multi-clock analysisDavid Shah2018-11-124-191/+276
| | | | Signed-off-by: David Shah <dave@ds0.me>
* timing: iCE40 Arch API changes for clocking infoDavid Shah2018-11-124-24/+77
| | | | Signed-off-by: David Shah <dave@ds0.me>
* Working on adding multiple domains to timing analysisDavid Shah2018-11-121-33/+87
| | | | Signed-off-by: David Shah <dave@ds0.me>
* timing: Implementing parts of new timing APIDavid Shah2018-11-122-0/+96
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* timing: Working on a timing constraint APIDavid Shah2018-11-122-1/+105
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Make zoom in/out always display contentMiodrag Milanovic2018-11-121-1/+1
|
* Merge pull request #108 from dlharmon/masterClifford Wolf2018-11-121-0/+4
|\ | | | | Improve error reporting of failure to open JSON file
| * Merge branch 'master' of github.com:YosysHQ/nextpnrDarrell Harmon2018-11-111-1/+4
| |\
| * \ Merge branch 'master' of github.com:YosysHQ/nextpnrDarrell Harmon2018-11-1110-260/+360
| |\ \
| * | | better error message on failure to open JSON fileDarrell Harmon2018-11-111-0/+4
| | | |
* | | | Merge pull request #111 from YosysHQ/issue106David Shah2018-11-111-0/+2
|\ \ \ \ | |_|_|/ |/| | | ice40: Don't set colbuf bits for 384
| * | | ice40: Don't set colbuf bits for 384David Shah2018-11-111-0/+2
| | |/ | |/| | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | | [timing] Fix combinational -> combinatorialEddie Hung2018-11-111-2/+2
| | |
* | | Merge pull request #110 from YosysHQ/force_timing_continueEddie Hung2018-11-111-1/+4
|\ \ \ | |/ / |/| | [timing] Better messaging for failed timing analysis, allow --force to
| * | [timing] Better messaging for failed timing analysis, allow --force toEddie Hung2018-11-111-1/+4
|/ / | | | | | | continue
* | ecp5: Fix 85k PLL_LRDavid Shah2018-11-111-1/+2
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | Show wires in tree for ECP5 as wellMiodrag Milanovic2018-11-111-2/+7
| |
* | multiple selection fixMiodrag Milanovic2018-11-111-1/+14
| |
* | Pip visible for all archsMiodrag Milanovic2018-11-111-6/+6
| |
* | Propagate proper ctx, fixes fetchMoreMiodrag Milanovic2018-11-113-13/+14
| |
* | Sorted out zoomout, works for all nowMiodrag Milanovic2018-11-112-42/+12
| |
* | show 4th tresllis_io in tile boundsMiodrag Milanovic2018-11-111-1/+1
| |
* | Merge pull request #93 from YosysHQ/gui_changesMiodrag Milanović2018-11-108-215/+325
|\ \ | |/ |/| Gui changes
| * change to const auto&Miodrag Milanovic2018-10-301-1/+1
| |
| * Changes to cover issues from code reviewMiodrag Milanovic2018-10-292-26/+25
| |
| * fix unselect from treeMiodrag Milanovic2018-10-281-4/+2
| |
| * Fix keep selection on multiple treesMiodrag Milanovic2018-10-271-8/+32
| |
| * update properties based on move historyMiodrag Milanovic2018-10-271-17/+37
| |
| * Update grid properlyMiodrag Milanovic2018-10-272-16/+28
| |
| * clangformatMiodrag Milanovic2018-10-276-56/+74
| |
| * CleanupMiodrag Milanovic2018-10-273-30/+15
| |
| * simplify and move arroundMiodrag Milanovic2018-10-273-85/+58
| |
| * Split tree models and make other features work with itMiodrag Milanovic2018-10-274-143/+221
| |
| * fix grid dimensions for ice40Miodrag Milanovic2018-10-271-2/+2
| |
| * make grid cover device only, do not zoom in if there are no elementsMiodrag Milanovic2018-10-271-4/+7
| |
* | Merge pull request #104 from YosysHQ/issue90Eddie Hung2018-11-081-0/+6
|\ \ | | | | | | [common] placer to produce error when >1 cell->bel constraint
| * | [common] placer to produce error when >1 cell->bel constraintEddie Hung2018-11-081-0/+6
|/ /
* | Fix method override in guiMiodrag Milanovic2018-11-053-3/+3
| |
* | ice40: Fix SPRAM and IO globalsDavid Shah2018-11-041-0/+4
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | Merge pull request #102 from YosysHQ/ecp5_gui_updateMiodrag Milanović2018-11-0310-6/+57
|\ \ | | | | | | Ecp5 gui update