Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add bba #embed support | Clifford Wolf | 2019-12-01 | 1 | -5/+14 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | ice40: cmake: fix build with pregenerated bba path | Sean Cross | 2019-10-24 | 1 | -8/+0 |
| | | | | | | | | | | | | | | | When building using non-pregenerated bba files, the rule to create bbasm files gets called twice: once unconditionally, and once as part of the conditional that determines we're not using a pregenerated bba path. If we _are_ using a pregenerated bba path, then this rule gets called anyway, resulting in a build error. Remove the duplicate, unconditional creation of the bba file generation, to fix the build when using pregenerated files, and to speed up the build when not using pregenerated files. Signed-off-by: Sean Cross <sean@xobs.io> | ||||
* | Merge branch 'precompiled-bba' of https://github.com/xobs/nextpnr into ↵ | David Shah | 2019-09-19 | 1 | -10/+32 |
|\ | | | | | | | xobs-precompiled-bba | ||||
| * | 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> | ||||
* | | CMake: Generate chipdbs in build tree when building out-of-tree | Marcus Comstedt | 2019-09-15 | 1 | -3/+4 |
| | | | | | | | | Signed-off-by: Marcus Comstedt <marcus@mc.pp.se> | ||||
* | | bba: Require explicit endianness flag, and supply it | Marcus Comstedt | 2019-09-15 | 1 | -2/+2 |
|/ | | | | Signed-off-by: Marcus Comstedt <marcus@mc.pp.se> | ||||
* | CMake: serialize chipdb generation by default. | whitequark | 2019-06-26 | 1 | -2/+10 |
| | | | | Fixes #296. | ||||
* | CMake: formatting. NFC. | whitequark | 2019-06-26 | 1 | -21/+21 |
| | |||||
* | ice40: support u4k | Simon Schubert | 2019-02-23 | 1 | -5/+11 |
| | |||||
* | Fix according to comments on PR | Miodrag Milanovic | 2019-02-10 | 1 | -1/+1 |
| | |||||
* | Load chipdb from filesystem as option | Miodrag Milanovic | 2019-02-09 | 1 | -81/+83 |
| | |||||
* | Add iCE40 gfx for wires connecting fabric tiles and IO tiles | Clifford Wolf | 2018-08-18 | 1 | -2/+2 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Get rid of PortPin and BelType (ice40, generic, docs) | Clifford Wolf | 2018-08-08 | 1 | -4/+4 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Fix filenames for MSVC build | Miodrag Milanovic | 2018-08-01 | 1 | -4/+4 |
| | |||||
* | cmake: Set --fast and --slow chipdb.py arguments | David Shah | 2018-07-30 | 1 | -2/+23 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | proper options for linux build | Miodrag Milanovic | 2018-07-25 | 1 | -1/+1 |
| | |||||
* | Use bbasm to create iCE40 chipdb | Clifford Wolf | 2018-07-24 | 1 | -4/+4 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add bbasm target, use as passthru in iCE40 builder | David Shah | 2018-07-24 | 1 | -5/+16 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Improve iCE40 wire database and gfx | Clifford Wolf | 2018-07-12 | 1 | -2/+4 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Python executable filename could be different | Miodrag Milanovic | 2018-07-08 | 1 | -2/+2 |
| | |||||
* | Building using MSVC works | Miodrag Milanovic | 2018-07-04 | 1 | -16/+36 |
| | |||||
* | Add opetion to defie ICEBOX_ROOT, fix compile on other location | Miodrag Milanovic | 2018-07-03 | 1 | -2/+4 |
| | |||||
* | added parameter to call | Miodrag Milanovic | 2018-07-03 | 1 | -1/+1 |
| | |||||
* | Add nextpnr namespace | Clifford Wolf | 2018-06-12 | 1 | -0/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | ice40: Optimising chipdb builds | David Shah | 2018-06-12 | 1 | -0/+1 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | cmake: Add HX1K-only builds support | David Shah | 2018-06-07 | 1 | -1/+9 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Fix race condition and optimise the build | David Shah | 2018-06-02 | 1 | -2/+6 |
| | |||||
* | Add a CMake based build system | David Shah | 2018-06-02 | 1 | -0/+14 |
Signed-off-by: David Shah <davey1576@gmail.com> |