aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* update README TRELLIS_INSTALL_PREFIX examplegojimmypi2020-03-041-1/+2
* Update README TRELLIS_INSTALL_PREFIX example gojimmypi2020-03-041-1/+1
* Update README with TRELLIS_INSTALL_PREFIX examplegojimmypi2020-03-041-1/+2
* Merge pull request #405 from smunaut/fix_key_errorDavid Shah2020-03-041-5/+11
|\
| * pycontainers: Properly handle KeyErrorsSylvain Munaut2020-03-041-5/+11
* | Merge pull request #404 from smunaut/fix_prefix_defaultDavid Shah2020-03-042-3/+3
|\ \ | |/ |/|
| * build: Default the ECP5 and iCE40 roots to the install prefixSylvain Munaut2020-03-032-3/+3
|/
* cleanupMiodrag Milanovic2020-02-281-1/+1
* Add support for pasting multiline code to pythonMiodrag Milanovic2020-02-282-6/+25
* Merge pull request #402 from zyp/fix_sortMiodrag Milanović2020-02-281-8/+3
|\
| * gui: Fix sorting order in TreeModel.Vegard Storheil Eriksen2020-02-281-8/+3
|/
* gui: Fix undefined behavior in TreeModel.Vegard Storheil Eriksen2020-02-281-1/+1
* Add SVG option to guiMiodrag Milanovic2020-02-274-0/+30
* Merge pull request #398 from YosysHQ/svgDavid Shah2020-02-157-0/+168
|\
| * svg: Basic SVG graphics renderingDavid Shah2020-02-157-0/+168
|/
* Merge pull request #393 from YosysHQ/dave/xilinx-place-backportDavid Shah2020-02-134-127/+348
|\
| * placer1: Add routeability optimisation (off by default)David Shah2020-02-122-3/+89
| * HeAP: backport out-of-range fixDavid Shah2020-02-121-2/+2
| * HeAP: Add X and Y scaling factors for asymmetric archesDavid Shah2020-02-122-16/+29
| * HeAP: Make beta configurableDavid Shah2020-02-122-9/+10
| * HeAP: Improve handling of heterogeneous slice archesDavid Shah2020-02-122-94/+205
| * HeAP: Make solver tolerance arch-configurableDavid Shah2020-02-122-3/+5
| * placer1: Allow scaling HPWL differently in each directionDavid Shah2020-02-122-6/+14
* | Merge pull request #394 from laanwj/2020_02_cmakeMiodrag Milanović2020-02-121-1/+1
|\ \ | |/ |/|
| * Correct BUILD_TESTS description in CMakeLists.txtWladimir J. van der Laan2020-02-121-1/+1
|/
* Merge pull request #392 from se-bi/fix/ecp5/cmake-pathsDavid Shah2020-02-044-10/+10
|\
| * CI: not using a custom install prefix for prjtrellisJared Boone2020-02-042-2/+2
| * Rename cmake path variable TRELLIS_ROOT to TRELLIS_INSTALL_PREFIXSebastian Birke2020-02-042-7/+7
| * CMake: Changing the definition of TRELLIS_ROOT to point to root of lib, share...Jared Boone2020-02-041-5/+5
| * CI: Update prjtrellis referenceSebastian Birke2020-02-041-1/+1
|/
* Merge pull request #391 from YosysHQ/router2-upstreamDavid Shah2020-02-0414-14/+1424
|\
| * generic: Implement getRouteBoundingBoxDavid Shah2020-02-032-0/+26
| * router2: Improve flow and log outputDavid Shah2020-02-034-8/+15
| * router2: Add a simple timing heuristicDavid Shah2020-02-031-0/+27
| * ice40: Implement getRouteBoundingBox for router2David Shah2020-02-032-0/+26
| * Allow selection of router algorithmDavid Shah2020-02-038-7/+81
| * docs: Document getRouteBoundingBoxDavid Shah2020-02-031-0/+7
| * router2: Make magic numbers configurableDavid Shah2020-02-033-40/+86
| * ecp5: Improve bounding box accuracyDavid Shah2020-02-032-10/+34
| * router2: Fix case of undriven unsunk arcsDavid Shah2020-02-031-0/+2
| * ecp5: router2 main renameDavid Shah2020-02-031-1/+1
| * router2: Multi-thread in more casesDavid Shah2020-02-031-6/+32
| * router2: Flatten wire structureDavid Shah2020-02-031-79/+88
| * router2: Experiment with data structuresDavid Shah2020-02-031-36/+63
| * router2: Profile nets by route timeDavid Shah2020-02-031-0/+24
| * router2: ImprovementsDavid Shah2020-02-033-14/+19
| * router2: reduce bias cost factorDavid Shah2020-02-031-1/+1
| * router2: special case improvementDavid Shah2020-02-031-1/+1
| * router2: reduce memory footprintDavid Shah2020-02-031-21/+28
| * router2: debuggingDavid Shah2020-02-032-3/+12