aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ice40: Fix carry feed-out when we have to split the chain nextDavid Shah2019-09-231-2/+19
* Merge pull request #332 from YosysHQ/dave/python-refactorDavid Shah2019-09-197-193/+329
|\
| * docs: Add Python API documentationDavid Shah2019-09-191-0/+87
| * python: Adding helper functions for netlist modificationDavid Shah2019-09-154-1/+140
| * python: Refactor out bindings shared between ECP5 and iCE40David Shah2019-09-153-192/+102
* | Merge pull request #331 from xobs/precompiled-bbaDavid Shah2019-09-193-28/+67
|\ \
| * | Merge branch 'precompiled-bba' of https://github.com/xobs/nextpnr into xobs-p...David Shah2019-09-193-28/+67
|/| |
| * | README: document PREGENERATED_BBA_PATHSean Cross2019-09-171-0/+4
| * | ice40: support PREGENERATED_BBA_PATHSean Cross2019-09-171-18/+31
| * | ecp5: add support for PREGENERATED_BBA_PATHSean Cross2019-09-171-18/+31
| |/
* | Merge pull request #330 from zeldin/bbaDavid Shah2019-09-194-11/+28
|\ \ | |/ |/|
| * CMake: Generate chipdbs in build tree when building out-of-treeMarcus Comstedt2019-09-152-6/+8
| * bba: Require explicit endianness flag, and supply itMarcus Comstedt2019-09-154-12/+16
| * bba: Default to native endian in bbasmMarcus Comstedt2019-09-151-1/+12
* | python: Fix getWireBelPinsDavid Shah2019-09-154-0/+40
|/
* Merge pull request #329 from YosysHQ/dave/net_aliasesDavid Shah2019-09-135-7/+44
|\
| * json: Add support for net aliasesDavid Shah2019-09-135-7/+44
* | Merge pull request #328 from YosysHQ/dave/timing_iobufDavid Shah2019-09-132-0/+29
|\ \ | |/ |/|
| * ice40: Move clock constraints across SB_IO and SB_GB_IODavid Shah2019-09-131-0/+20
| * ecp5: Move clock constraints across IO and DCCADavid Shah2019-09-131-0/+9
|/
* Merge pull request #325 from xobs/ecp5-python-fixDavid Shah2019-09-112-2/+16
|\
| * cmake: fix static build on LinuxSean Cross2019-09-101-0/+14
| * ecp5: use $PYTHON_EXECUTABLE for python pathSean Cross2019-09-091-2/+2
|/
* Bump tests submoduleDavid Shah2019-09-031-0/+0
* Merge branch 'master' of ssh.github.com:YosysHQ/nextpnrDavid Shah2019-09-034-39/+110
|\
| * Merge pull request #321 from YosysHQ/ecp5-dccDavid Shah2019-08-312-39/+87
| |\
| | * ecp5: Add support for clock gating with DCCADavid Shah2019-08-312-39/+87
| |/
| * Merge pull request #320 from YosysHQ/ecp5-partnameDavid Shah2019-08-273-0/+23
| |\
| | * ecp5: Add full part name to bitstream headerDavid Shah2019-08-273-0/+23
| |/
* / ice40: Fix DSP cascade wiresDavid Shah2019-09-031-4/+9
|/
* Merge pull request #319 from YosysHQ/ecp5gsrDavid Shah2019-08-274-3/+22
|\
| * ecp5: Add GSR/SGSR supportDavid Shah2019-08-274-3/+22
|/
* Merge pull request #317 from DurandA/feature/ecp5-unpromote-clockDavid Shah2019-08-241-0/+3
|\
| * Rename clock restriction attribute to "noglobal"Arnaud Durand2019-08-241-2/+2
| * Restrict clock promotion to globalArnaud Durand2019-08-221-0/+3
|/
* Merge pull request #316 from gsomlo/gls-py38-cmakeDavid Shah2019-08-211-18/+7
|\
| * cmake: add python38 to list of versions searched for boost componentsGabriel L. Somlo2019-08-211-18/+7
|/
* Merge pull request #314 from xobs/fix-windows-staticMiodrag Milanović2019-08-152-1/+11
|\
| * Merge branch 'fix-windows-static' of github.com:xobs/nextpnr into fix-windows...Sean Cross2019-08-150-0/+0
| |\
| | * cmake: fix static build on WindowsSean Cross2019-08-152-1/+11
| * | cmake: static: add msvc check before adding msvc flagsSean Cross2019-08-151-1/+1
| * | README: add a note about static windows buildsSean Cross2019-08-151-0/+3
| * | cmake: fix static build on windowsSean Cross2019-08-151-1/+8
| |/
* | Merge pull request #313 from xobs/fix-string-quotingDavid Shah2019-08-141-5/+5
|\|
| * cmakelists: quote the last argument to REGEX REPLACESean Cross2019-08-141-5/+5
|/
* Merge pull request #312 from smunaut/fix_ice40_default_pkgDavid Shah2019-08-101-3/+4
|\
| * ice40: Only warn about default package if there is no package argumentSylvain Munaut2019-08-101-3/+4
|/
* Merge pull request #309 from YosysHQ/dsptimingDavid Shah2019-08-092-2/+25
|\
| * ecp5: Conservative analysis of comb DSP timingDavid Shah2019-07-082-2/+25
* | Merge pull request #311 from YosysHQ/deprecate-default-packageDavid Shah2019-08-094-4/+9
|\ \