aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/family.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Start adding visible wiresMiodrag Milanovic2019-10-201-4/+6
|
* Merge branch 'precompiled-bba' of https://github.com/xobs/nextpnr into ↵David Shah2019-09-191-18/+31
|\ | | | | | | xobs-precompiled-bba
| * ecp5: add support for PREGENERATED_BBA_PATHSean Cross2019-09-171-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>
* | CMake: Generate chipdbs in build tree when building out-of-treeMarcus Comstedt2019-09-151-3/+4
| | | | | | | | Signed-off-by: Marcus Comstedt <marcus@mc.pp.se>
* | bba: Require explicit endianness flag, and supply itMarcus Comstedt2019-09-151-2/+2
|/ | | | Signed-off-by: Marcus Comstedt <marcus@mc.pp.se>
* ecp5: use $PYTHON_EXECUTABLE for python pathSean Cross2019-09-091-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>
* CMake: serialize chipdb generation by default.whitequark2019-06-261-2/+10
| | | | Fixes #296.
* CMake: formatting. NFC.whitequark2019-06-261-4/+4
|
* Use cmake's find_library to search for pytrellis.Tobias Müller2019-05-111-28/+28
|
* Merge branch 'master' into mmaped_chipdbMiodrag Milanović2019-02-121-4/+11
|\
| * ecp5: cmake: Search for pytrellis.so in multiple locationsGabriel L. Somlo2019-02-101-4/+11
| | | | | | | | | | | | | | | | | | | | | | If a distro-specific "trellis-devel" package is used, the pytrellis.so library might be located in a dedicated directory, rather than under TRELLIS_ROOT. Search for pytrellis.so in a list of directories, then subsequently use the first match as part of PYTHONPATH. Signed-off-by: Gabriel Somlo <gsomlo@gmail.com>
* | Fix according to comments on PRMiodrag Milanovic2019-02-101-1/+1
| |
* | Load chipdb from filesystem as optionMiodrag Milanovic2019-02-091-63/+64
|/
* Merge pull request #210 from twam/masterDavid Shah2019-01-271-3/+3
|\ | | | | Search for trellis in /usr/local/share/trellis if not specified with …
| * Search for trellis in /usr/local/share/trellis if not specified with ↵Tobias Müller2019-01-131-3/+3
| | | | | | | | -DTRELLIS_ROOT
* | Make cross compile possible for mingwMiodrag Milanovic2019-01-271-1/+1
|/
* ecp5: Adding real timing data to databaseDavid Shah2018-11-161-2/+4
| | | | Signed-off-by: David Shah <dave@ds0.me>
* Use native PATH environment-variable separator on Windows for PYTHONPATH. ↵William D. Jones2018-11-031-0/+4
| | | | | | Fixes 'Bad address' error in cmake. Signed-off-by: William D. Jones <thor0505@comcast.net>
* ecp5: Update to use const IdStrings in place of PortPin/BelTypeDavid Shah2018-08-081-4/+4
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* ecp5: Remove libtrellis link for bitstream genDavid Shah2018-08-011-8/+0
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* ecp5: Update trellis_import to use new bbasmDavid Shah2018-07-251-4/+16
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* ecp5: Build all chip typesDavid Shah2018-07-171-1/+1
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* ecp5/cmake: Improve error message when trellis/pytrellis not foundDavid Shah2018-07-121-0/+11
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* ecp5: Make target device 45k on account of current hardware accessDavid Shah2018-07-111-1/+1
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* ecp5: Link libtrellis library to ecp5 binaryDavid Shah2018-07-111-0/+8
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* ecp5: Add 25k databaseDavid Shah2018-07-111-0/+41
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* ecp5: Working on arch implementationDavid Shah2018-07-111-0/+0
Signed-off-by: David Shah <davey1576@gmail.com>