Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #335 from YosysHQ/dave/fix-334 | David Shah | 2019-09-23 | 1 | -2/+19 |
|\ | | | | | ice40: Fix carry feed-out when we have to split the chain next | ||||
| * | ice40: Fix carry feed-out when we have to split the chain next | David Shah | 2019-09-23 | 1 | -2/+19 |
|/ | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Merge pull request #332 from YosysHQ/dave/python-refactor | David Shah | 2019-09-19 | 7 | -193/+329 |
|\ | | | | | Improving Python API and adding docs for it | ||||
| * | docs: Add Python API documentation | David Shah | 2019-09-19 | 1 | -0/+87 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | python: Adding helper functions for netlist modification | David Shah | 2019-09-15 | 4 | -1/+140 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | python: Refactor out bindings shared between ECP5 and iCE40 | David Shah | 2019-09-15 | 3 | -192/+102 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | Merge pull request #331 from xobs/precompiled-bba | David Shah | 2019-09-19 | 3 | -28/+67 |
|\ \ | | | | | | | Support precompiled BBA files | ||||
| * | | Merge branch 'precompiled-bba' of https://github.com/xobs/nextpnr into ↵ | David Shah | 2019-09-19 | 3 | -28/+67 |
|/| | | | | | | | | | | | xobs-precompiled-bba | ||||
| * | | README: document PREGENERATED_BBA_PATH | Sean Cross | 2019-09-17 | 1 | -0/+4 |
| | | | | | | | | | | | | Signed-off-by: Sean Cross <sean@xobs.io> | ||||
| * | | ice40: support PREGENERATED_BBA_PATH | Sean Cross | 2019-09-17 | 1 | -18/+31 |
| | | | | | | | | | | | | | | | | | | | | | Add support for pregenerating BBA files, to build on Windows and Darwin. Signed-off-by: Sean Cross <sean@xobs.io> | ||||
| * | | ecp5: add support for PREGENERATED_BBA_PATH | Sean Cross | 2019-09-17 | 1 | -18/+31 |
| |/ | | | | | | | | | | | | | Support pre-generated bba files to speed up compiling on Windows and get it compiling on Darwin. Signed-off-by: Sean Cross <sean@xobs.io> | ||||
* | | Merge pull request #330 from zeldin/bba | David Shah | 2019-09-19 | 4 | -11/+28 |
|\ \ | |/ |/| | bba: Default to native endian in bbasm | ||||
| * | CMake: Generate chipdbs in build tree when building out-of-tree | Marcus Comstedt | 2019-09-15 | 2 | -6/+8 |
| | | | | | | | | Signed-off-by: Marcus Comstedt <marcus@mc.pp.se> | ||||
| * | bba: Require explicit endianness flag, and supply it | Marcus Comstedt | 2019-09-15 | 4 | -12/+16 |
| | | | | | | | | Signed-off-by: Marcus Comstedt <marcus@mc.pp.se> | ||||
| * | bba: Default to native endian in bbasm | Marcus Comstedt | 2019-09-15 | 1 | -1/+12 |
| | | | | | | | | Signed-off-by: Marcus Comstedt <marcus@mc.pp.se> | ||||
* | | python: Fix getWireBelPins | David Shah | 2019-09-15 | 4 | -0/+40 |
|/ | | | | | | Fixes #327 Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Merge pull request #329 from YosysHQ/dave/net_aliases | David Shah | 2019-09-13 | 5 | -7/+44 |
|\ | | | | | json: Add support for net aliases | ||||
| * | json: Add support for net aliases | David Shah | 2019-09-13 | 5 | -7/+44 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | Merge pull request #328 from YosysHQ/dave/timing_iobuf | David Shah | 2019-09-13 | 2 | -0/+29 |
|\ \ | |/ |/| | Move clock constraints across buffers in more cases | ||||
| * | ice40: Move clock constraints across SB_IO and SB_GB_IO | David Shah | 2019-09-13 | 1 | -0/+20 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | ecp5: Move clock constraints across IO and DCCA | David Shah | 2019-09-13 | 1 | -0/+9 |
|/ | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Merge pull request #325 from xobs/ecp5-python-fix | David Shah | 2019-09-11 | 2 | -2/+16 |
|\ | | | | | Ecp5 python fixes | ||||
| * | cmake: fix static build on Linux | Sean Cross | 2019-09-10 | 1 | -0/+14 |
| | | | | | | | | | | | | | | When building Python, many extra libraries must be included, such as expat and zlib. Signed-off-by: Sean Cross <sean@xobs.io> | ||||
| * | ecp5: use $PYTHON_EXECUTABLE for python path | Sean Cross | 2019-09-09 | 1 | -2/+2 |
|/ | | | | | | | | Sometimes the python executable might have a different name. Cmake sets the $PYTHON_EXECUTABLE variable to point to the binary path, so use this variable. Signed-off-by: Sean Cross <sean@xobs.io> | ||||
* | Bump tests submodule | David Shah | 2019-09-03 | 1 | -0/+0 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Merge branch 'master' of ssh.github.com:YosysHQ/nextpnr | David Shah | 2019-09-03 | 4 | -39/+110 |
|\ | |||||
| * | Merge pull request #321 from YosysHQ/ecp5-dcc | David Shah | 2019-08-31 | 2 | -39/+87 |
| |\ | | | | | | | ecp5: Add support for clock gating with DCCA | ||||
| | * | ecp5: Add support for clock gating with DCCA | David Shah | 2019-08-31 | 2 | -39/+87 |
| |/ | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | Merge pull request #320 from YosysHQ/ecp5-partname | David Shah | 2019-08-27 | 3 | -0/+23 |
| |\ | | | | | | | ecp5: Add full part name to bitstream header | ||||
| | * | ecp5: Add full part name to bitstream header | David Shah | 2019-08-27 | 3 | -0/+23 |
| |/ | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* / | ice40: Fix DSP cascade wires | David Shah | 2019-09-03 | 1 | -4/+9 |
|/ | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Merge pull request #319 from YosysHQ/ecp5gsr | David Shah | 2019-08-27 | 4 | -3/+22 |
|\ | | | | | ecp5: Add GSR/SGSR support | ||||
| * | ecp5: Add GSR/SGSR support | David Shah | 2019-08-27 | 4 | -3/+22 |
|/ | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Merge pull request #317 from DurandA/feature/ecp5-unpromote-clock | David Shah | 2019-08-24 | 1 | -0/+3 |
|\ | | | | | Restrict clock promotion to global on ECP5 | ||||
| * | Rename clock restriction attribute to "noglobal" | Arnaud Durand | 2019-08-24 | 1 | -2/+2 |
| | | |||||
| * | Restrict clock promotion to global | Arnaud Durand | 2019-08-22 | 1 | -0/+3 |
|/ | |||||
* | Merge pull request #316 from gsomlo/gls-py38-cmake | David Shah | 2019-08-21 | 1 | -18/+7 |
|\ | | | | | cmake: add python38 to list of versions searched for boost components | ||||
| * | cmake: add python38 to list of versions searched for boost components | Gabriel L. Somlo | 2019-08-21 | 1 | -18/+7 |
|/ | | | | | | Also, factor out actual search code (identical across versions). Signed-off-by: Gabriel Somlo <gsomlo@gmail.com> | ||||
* | Merge pull request #314 from xobs/fix-windows-static | Miodrag Milanović | 2019-08-15 | 2 | -1/+11 |
|\ | | | | | cmake: fix static build on Windows | ||||
| * | Merge branch 'fix-windows-static' of github.com:xobs/nextpnr into ↵ | Sean Cross | 2019-08-15 | 0 | -0/+0 |
| |\ | | | | | | | | | | | | | | | | fix-windows-static Signed-off-by: Sean Cross <sean@xobs.io> | ||||
| | * | cmake: fix static build on Windows | Sean Cross | 2019-08-15 | 2 | -1/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | On Windows, we can make a static build by setting the triple to x64-windows-static, but due to some issues with cmake we also need to modify the linker flags and Python definitions. Signed-off-by: Sean Cross <sean@xobs.io> | ||||
| * | | cmake: static: add msvc check before adding msvc flags | Sean Cross | 2019-08-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | When building with STATIC_BUILD=ON, different flags need to be specified when using MSVC. Check for this flag and only set them if necessary. Signed-off-by: Sean Cross <sean@xobs.io> | ||||
| * | | README: add a note about static windows builds | Sean Cross | 2019-08-15 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | Windows has different triples when building with static. Note this in the README. Signed-off-by: Sean Cross <sean@xobs.io> | ||||
| * | | cmake: fix static build on windows | Sean Cross | 2019-08-15 | 1 | -1/+8 |
| |/ | | | | | | | | | | | | | | | On Windows, we can make a static build by setting the triple to x64-windows-static, but due to some issues with cmake we also need to modify the linker flags and Python definitions. Signed-off-by: Sean Cross <sean@xobs.io> | ||||
* | | Merge pull request #313 from xobs/fix-string-quoting | David Shah | 2019-08-14 | 1 | -5/+5 |
|\| | | | | | cmakelists: quote the last argument to REGEX REPLACE | ||||
| * | cmakelists: quote the last argument to REGEX REPLACE | Sean Cross | 2019-08-14 | 1 | -5/+5 |
|/ | | | | | | | | | | | | With newer versions of cmake, an unquoted 6th argument gives the following error: STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to command. Quoting this fixes the issue. Signed-off-by: Sean Cross <sean@xobs.io> | ||||
* | Merge pull request #312 from smunaut/fix_ice40_default_pkg | David Shah | 2019-08-10 | 1 | -3/+4 |
|\ | | | | | ice40: Only warn about default package if there is no package argument | ||||
| * | ice40: Only warn about default package if there is no package argument | Sylvain Munaut | 2019-08-10 | 1 | -3/+4 |
|/ | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | Merge pull request #309 from YosysHQ/dsptiming | David Shah | 2019-08-09 | 2 | -2/+25 |
|\ | | | | | ecp5: Conservative analysis of comb DSP timing | ||||
| * | ecp5: Conservative analysis of comb DSP timing | David Shah | 2019-07-08 | 2 | -2/+25 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> |