Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Enum/int compatibility for EHXPLLL parameters | Martin | 2020-04-02 | 1 | -2/+7 | |
|/ / | | | | | | | | | | | - Lattice component EHXPLLL parameter compatibility, allowing to pass an int parameter for the enum (as expected by trellis tile) e.g. CLKOP_TRIM_DELAY : integer := 0; | |||||
* | | ice40: Derive oscillator frequency constraints | David Shah | 2020-03-29 | 1 | -0/+40 | |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
* | | Merge pull request #415 from smunaut/fix_iob_oe_reg | David Shah | 2020-03-29 | 1 | -1/+1 | |
|\ \ | | | | | | | ice40: Fix output register timing analysis for registered output enable | |||||
| * | | ice40: Fix output register timing analysis for registered output enable | Sylvain Munaut | 2020-03-29 | 1 | -1/+1 | |
|/ / | | | | | | | | | | | | | Wrong bits were being tested. [5:4] is what's controlling the output enable path. Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
* | | Merge pull request #410 from YosysHQ/ecp5-12k | David Shah | 2020-03-25 | 4 | -7/+21 | |
|\ \ | | | | | | | ecp5: Proper support for '12k' device | |||||
| * | | ecp5: Proper support for '12k' device | David Shah | 2020-03-13 | 4 | -7/+21 | |
| | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
* | | | router2: Prevent overflow | David Shah | 2020-03-22 | 1 | -2/+3 | |
| |/ |/| | | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
* | | ice40: Always copy DFF attrs to LC | David Shah | 2020-03-19 | 1 | -0/+5 | |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
* | | Merge branch 'master' of ssh.github.com:YosysHQ/nextpnr | David Shah | 2020-03-17 | 5 | -9/+58 | |
|\ \ | ||||||
| * | | Replace assertion failure with error | David Shah | 2020-03-13 | 1 | -5/+15 | |
| |/ | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
| * | Merge pull request #400 from YosysHQ/dave/tri-fixes | David Shah | 2020-03-10 | 2 | -2/+34 | |
| |\ | | | | | | | Improve handling of unused inout port bits | |||||
| | * | Improve handling of unused inout port bits | David Shah | 2020-02-25 | 2 | -2/+34 | |
| | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
| * | | ecp5: Fix differential inputs | David Shah | 2020-03-08 | 1 | -1/+6 | |
| | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
| * | | Merge pull request #406 from gojimmypi/patch-1 | David Shah | 2020-03-06 | 1 | -1/+3 | |
| |\ \ | | | | | | | | | Update README with TRELLIS_INSTALL_PREFIX example | |||||
| | * | | update README TRELLIS_INSTALL_PREFIX example | gojimmypi | 2020-03-04 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | `TRELLIS_INSTALL_PREFIX` will tell `next-pnr` to look in both `share` and `lib` directories. See https://github.com/YosysHQ/nextpnr/pull/406#discussion_r387945570 | |||||
| | * | | Update README TRELLIS_INSTALL_PREFIX example | gojimmypi | 2020-03-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | per https://github.com/YosysHQ/nextpnr/pull/406#discussion_r387937313 it is not an install directory | |||||
| | * | | Update README with TRELLIS_INSTALL_PREFIX example | gojimmypi | 2020-03-04 | 1 | -1/+2 | |
| | | | | | | | | | | | | see https://github.com/YosysHQ/nextpnr/pull/404 and https://github.com/SymbiFlow/prjtrellis/pull/123 | |||||
* | | | | timing: Improve robustness to dangling/undriven logic | David Shah | 2020-03-17 | 1 | -0/+10 | |
|/ / / | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
* / / | Improve handling of unflattened netlists | David Shah | 2020-03-06 | 1 | -0/+2 | |
|/ / | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
* | | Merge pull request #405 from smunaut/fix_key_error | David Shah | 2020-03-04 | 1 | -5/+11 | |
|\ \ | | | | | | | pycontainers: Properly handle KeyErrors | |||||
| * | | pycontainers: Properly handle KeyErrors | Sylvain Munaut | 2020-03-04 | 1 | -5/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We raise a C++ exception to abort the rest of the execution of the function. At the same time we standardize on using a throw runtime error as the method to avoid warning when not returning values. (some places used this throw and some other used std::terminate) Fixes #403 Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
* | | | Merge pull request #404 from smunaut/fix_prefix_default | David Shah | 2020-03-04 | 2 | -3/+3 | |
|\ \ \ | |/ / |/| | | build: Default the ECP5 and iCE40 roots to the install prefix | |||||
| * | | build: Default the ECP5 and iCE40 roots to the install prefix | Sylvain Munaut | 2020-03-03 | 2 | -3/+3 | |
|/ / | | | | | | | | | | | | | | | | | If the user specifies a custom install prefix, chances are icestrom/trellis are also in that prefix rather than the hardcoded /usr/local Fixes #351 Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
* | | cleanup | Miodrag Milanovic | 2020-02-28 | 1 | -1/+1 | |
| | | ||||||
* | | Add support for pasting multiline code to python | Miodrag Milanovic | 2020-02-28 | 2 | -6/+25 | |
| | | ||||||
* | | Merge pull request #402 from zyp/fix_sort | Miodrag Milanović | 2020-02-28 | 1 | -8/+3 | |
|\ \ | | | | | | | gui: Fix sorting order in TreeModel. | |||||
| * | | gui: Fix sorting order in TreeModel. | Vegard Storheil Eriksen | 2020-02-28 | 1 | -8/+3 | |
|/ / | ||||||
* | | gui: Fix undefined behavior in TreeModel. | Vegard Storheil Eriksen | 2020-02-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | std::sort() requires the comparison function to return false for even comparison. Returning true results in undefined behavior and a potential segfault. | |||||
* | | Add SVG option to gui | Miodrag Milanovic | 2020-02-27 | 4 | -0/+30 | |
|/ | ||||||
* | Merge pull request #398 from YosysHQ/svg | David Shah | 2020-02-15 | 7 | -0/+168 | |
|\ | | | | | svg: Basic SVG graphics rendering | |||||
| * | svg: Basic SVG graphics rendering | David Shah | 2020-02-15 | 7 | -0/+168 | |
|/ | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
* | Merge pull request #393 from YosysHQ/dave/xilinx-place-backport | David Shah | 2020-02-13 | 4 | -127/+348 | |
|\ | | | | | Backporting some placer changes from nextpnr-xilinx | |||||
| * | placer1: Add routeability optimisation (off by default) | David Shah | 2020-02-12 | 2 | -3/+89 | |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
| * | HeAP: backport out-of-range fix | David Shah | 2020-02-12 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
| * | HeAP: Add X and Y scaling factors for asymmetric arches | David Shah | 2020-02-12 | 2 | -16/+29 | |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
| * | HeAP: Make beta configurable | David Shah | 2020-02-12 | 2 | -9/+10 | |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
| * | HeAP: Improve handling of heterogeneous slice arches | David Shah | 2020-02-12 | 2 | -94/+205 | |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
| * | HeAP: Make solver tolerance arch-configurable | David Shah | 2020-02-12 | 2 | -3/+5 | |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
| * | placer1: Allow scaling HPWL differently in each direction | David Shah | 2020-02-12 | 2 | -6/+14 | |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
* | | Merge pull request #394 from laanwj/2020_02_cmake | Miodrag Milanović | 2020-02-12 | 1 | -1/+1 | |
|\ \ | |/ |/| | Correct BUILD_TESTS description in CMakeLists.txt | |||||
| * | Correct BUILD_TESTS description in CMakeLists.txt | Wladimir J. van der Laan | 2020-02-12 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #392 from se-bi/fix/ecp5/cmake-paths | David Shah | 2020-02-04 | 4 | -10/+10 | |
|\ | | | | | Fix paths to prjtrellies project | |||||
| * | CI: not using a custom install prefix for prjtrellis | Jared Boone | 2020-02-04 | 2 | -2/+2 | |
| | | ||||||
| * | Rename cmake path variable TRELLIS_ROOT to TRELLIS_INSTALL_PREFIX | Sebastian Birke | 2020-02-04 | 2 | -7/+7 | |
| | | ||||||
| * | CMake: Changing the definition of TRELLIS_ROOT to point to root of lib, ↵ | Jared Boone | 2020-02-04 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | share containing trellis libs and data two other commit message of squashed commits: CMake: Search for user lib inside trellis instead of libtrellis CMake: Fix missing path component for share contents | |||||
| * | CI: Update prjtrellis reference | Sebastian Birke | 2020-02-04 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #391 from YosysHQ/router2-upstream | David Shah | 2020-02-04 | 14 | -14/+1424 | |
|\ | | | | | Upstreaming router2 | |||||
| * | generic: Implement getRouteBoundingBox | David Shah | 2020-02-03 | 2 | -0/+26 | |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
| * | router2: Improve flow and log output | David Shah | 2020-02-03 | 4 | -8/+15 | |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
| * | router2: Add a simple timing heuristic | David Shah | 2020-02-03 | 1 | -0/+27 | |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> |