aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* command.cc: Use correct constant for default routerRangel Ivanov2020-04-041-1/+1
* ice40: Derive oscillator frequency constraintsDavid Shah2020-03-291-0/+40
* Merge pull request #415 from smunaut/fix_iob_oe_regDavid Shah2020-03-291-1/+1
|\
| * ice40: Fix output register timing analysis for registered output enableSylvain Munaut2020-03-291-1/+1
|/
* Merge pull request #410 from YosysHQ/ecp5-12kDavid Shah2020-03-254-7/+21
|\
| * ecp5: Proper support for '12k' deviceDavid Shah2020-03-134-7/+21
* | router2: Prevent overflowDavid Shah2020-03-221-2/+3
* | ice40: Always copy DFF attrs to LCDavid Shah2020-03-191-0/+5
* | Merge branch 'master' of ssh.github.com:YosysHQ/nextpnrDavid Shah2020-03-175-9/+58
|\ \
| * | Replace assertion failure with errorDavid Shah2020-03-131-5/+15
| |/
| * Merge pull request #400 from YosysHQ/dave/tri-fixesDavid Shah2020-03-102-2/+34
| |\
| | * Improve handling of unused inout port bitsDavid Shah2020-02-252-2/+34
| * | ecp5: Fix differential inputsDavid Shah2020-03-081-1/+6
| * | Merge pull request #406 from gojimmypi/patch-1David Shah2020-03-061-1/+3
| |\ \
| | * | 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
* | | | timing: Improve robustness to dangling/undriven logicDavid Shah2020-03-171-0/+10
|/ / /
* / / Improve handling of unflattened netlistsDavid Shah2020-03-061-0/+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