aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #332 from YosysHQ/dave/python-refactorDavid Shah2019-09-191-96/+2
|\ | | | | Improving Python API and adding docs for it
| * python: Refactor out bindings shared between ECP5 and iCE40David Shah2019-09-151-96/+2
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | 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>
* | Merge pull request #330 from zeldin/bbaDavid Shah2019-09-191-5/+6
|\ \ | |/ |/| bba: Default to native endian in bbasm
| * 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>
* | python: Fix getWireBelPinsDavid Shah2019-09-152-0/+20
|/ | | | | | Fixes #327 Signed-off-by: David Shah <dave@ds0.me>
* Merge pull request #329 from YosysHQ/dave/net_aliasesDavid Shah2019-09-131-0/+5
|\ | | | | json: Add support for net aliases
| * json: Add support for net aliasesDavid Shah2019-09-131-0/+5
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | ecp5: Move clock constraints across IO and DCCADavid Shah2019-09-131-0/+9
|/ | | | Signed-off-by: David Shah <dave@ds0.me>
* 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>
* ecp5: Add support for clock gating with DCCADavid Shah2019-08-312-39/+87
| | | | Signed-off-by: David Shah <dave@ds0.me>
* ecp5: Add full part name to bitstream headerDavid Shah2019-08-273-0/+23
| | | | Signed-off-by: David Shah <dave@ds0.me>
* ecp5: Add GSR/SGSR supportDavid Shah2019-08-274-3/+22
| | | | Signed-off-by: David Shah <dave@ds0.me>
* 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 #309 from YosysHQ/dsptimingDavid Shah2019-08-092-2/+25
|\ | | | | ecp5: Conservative analysis of comb DSP timing
| * ecp5: Conservative analysis of comb DSP timingDavid Shah2019-07-082-2/+25
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | Add deprecation warning for default packagesDavid Shah2019-08-081-1/+4
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | ecp5: Fix handling of missing ports in LUT permutationDavid Shah2019-08-081-0/+4
| | | | | | | | | | | | Fixes #310 Signed-off-by: David Shah <dave@ds0.me>
* | clangfromatDavid Shah2019-08-071-2/+5
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | ecp5: Add --out-of-context for building hard macrosDavid Shah2019-08-077-12/+36
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | ecp5: Add a check for legacy parameter valuesDavid Shah2019-08-061-0/+12
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | ecp5: New Property interfaceDavid Shah2019-08-058-444/+549
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | Major Property improvements for common and iCE40David Shah2019-08-051-6/+6
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | ecp5: Fix missing LUT inputs, fixes #301David Shah2019-07-101-0/+4
|/ | | | Signed-off-by: David Shah <dave@ds0.me>
* Merge pull request #284 from YosysHQ/json_writeDavid Shah2019-07-036-85/+119
|\ | | | | Initial support for writing to json files from nextpnr.
| * clangformat runMiodrag Milanovic2019-06-251-16/+20
| |
| * Merge masterMiodrag Milanovic2019-06-253-11/+18
| |\
| * | default for 5G is speed 8Miodrag Milanovic2019-06-211-1/+5
| | |
| * | enable lading of jsons and setting up contextMiodrag Milanovic2019-06-141-0/+1
| | |
| * | Use flags for each stepMiodrag Milanovic2019-06-142-3/+3
| | |
| * | restore arch info for ecp5Miodrag Milanovic2019-06-141-24/+91
| | |
| * | Load properties from json and propagate to context createMiodrag Milanovic2019-06-131-2/+2
| | |
| * | Save settings that we saved in projectMiodrag Milanovic2019-06-131-0/+2
| | |
| * | Remove concept of project and code connectedMiodrag Milanovic2019-06-131-55/+0
| | |
| * | Use properties for settings and save in jsonMiodrag Milanovic2019-06-121-1/+1
| | |
| * | Save top level attrs and store current stepMiodrag Milanovic2019-06-072-0/+3
| | |
| * | CleanupMiodrag Milanovic2019-06-072-13/+0
| | |
| * | No need for this oneMiodrag Milanovic2019-06-071-4/+0
| | |
| * | ecp5: Use an attribute to store is_globalDavid Shah2019-06-073-4/+9
| | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * | WIP saving/loading attributesMiodrag Milanovic2019-06-073-0/+20
| | |
| * | Added support for attributes/properties typesMiodrag Milanovic2019-06-011-1/+1
| | |
* | | CMake: serialize chipdb generation by default.whitequark2019-06-261-2/+10
| | | | | | | | | | | | Fixes #296.
* | | CMake: formatting. NFC.whitequark2019-06-261-4/+4
| |/ |/|
* | ecp5: Delay tweaking for lower speed gradesDavid Shah2019-06-212-3/+5
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | ecp5: Reduce cfg.criticalityExponent for nowDavid Shah2019-06-211-1/+1
| | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | ecp5: Improve error message for bad chars in BRAM init stringsDavid Shah2019-06-081-7/+12
|/ | | | Signed-off-by: David Shah <dave@ds0.me>
* Use cmake's find_library to search for pytrellis.Tobias Müller2019-05-111-28/+28
|