Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | README: update windows build instructions for eigen, python | Sean Cross | 2019-04-02 | 1 | -2/+10 |
| | | | | | | | | | | | | | The recent addition of "eigen3" to nextpnr necessitates the addition of "eigen" to the list of vcpkg packages to be installed on Windows. Add the 32- and 64-bit versions of eigen to the command issued to install various dependencies. Also document one possible build command, and note about unpacking python36.zip. Signed-off-by: Sean Cross <sean@xobs.io> | ||||
* | Update README.md | David Shah | 2019-03-22 | 1 | -3/+7 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Clarify ICEBOX_ROOT parameter | David Shah | 2018-12-21 | 1 | -2/+3 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Update README.md | David Shah | 2018-11-26 | 1 | -4/+6 |
| | | | | | | Fixes #74 Signed-off-by: David Shah <dave@ds0.me> | ||||
* | README: further specify required Boost packages for Ubuntu | Sean Cross | 2018-11-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | UWhen installing Boost, you can either install libboost-all-dev, or install just the required packages. Previously, `libboost-dev` was the only required package listed. This adds `libboost-filesystem-dev libboost-thread-dev libboost-program-options-dev libboost-python-dev` to the list of required packages. It addresses issue #128. Signed-off-by: Sean Cross <sean@xobs.io> | ||||
* | Added test code coverage report | Miodrag Milanovic | 2018-08-23 | 1 | -0/+3 |
| | |||||
* | Update README.md | Clifford Wolf | 2018-08-23 | 1 | -1/+1 |
| | |||||
* | Added ability for static builds | Miodrag Milanovic | 2018-08-16 | 1 | -0/+7 |
| | |||||
* | ecp5: Remove libtrellis link for bitstream gen | David Shah | 2018-08-01 | 1 | -2/+2 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | More documentation tweaks | David Shah | 2018-08-01 | 1 | -2/+2 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Improving documentation wording | David Shah | 2018-08-01 | 1 | -7/+7 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Move FAQ, Wiki stuff to docs/ | Clifford Wolf | 2018-08-01 | 1 | -136/+5 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Improve a lot of the README contents. | Tim 'mithro' Ansell | 2018-07-31 | 1 | -16/+150 |
| | | | | | | | | | | | | | * Reworked the initial paragraph. * Added an FAQ section. * Added explanation about links between nextpnr and other projects. * Added SymbioticEDA's relationship to the project. The README is now explicitly create about the fact that **next** refers to being after Arachne-PNR by repeating the fact multiple times. | ||||
* | Fix trailing white space. | Tim 'mithro' Ansell | 2018-07-31 | 1 | -2/+2 |
| | |||||
* | Update README.md | Clifford Wolf | 2018-07-31 | 1 | -0/+5 |
| | |||||
* | Update README.md | Clifford Wolf | 2018-07-30 | 1 | -4/+5 |
| | |||||
* | Update README.md | Clifford Wolf | 2018-07-30 | 1 | -3/+14 |
| | |||||
* | Update README.md wrt ECP5 | David Shah | 2018-07-29 | 1 | -1/+6 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Update README.md | Clifford Wolf | 2018-07-29 | 1 | -77/+137 |
| | |||||
* | Revert "Add Nix(OS) support" | Sergiusz Bazanski | 2018-07-14 | 1 | -15/+0 |
| | | | | This reverts commit 7db6817a0b5afcf89e3c7eafc031a7eec59ee24e. | ||||
* | Add Nix(OS) support | Serge Bazanski | 2018-07-13 | 1 | -0/+15 |
| | |||||
* | Update README | Clifford Wolf | 2018-07-12 | 1 | -13/+13 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add ECP5 notes to README | David Shah | 2018-07-11 | 1 | -1/+12 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Added cmake parameter ARCH to specify architecture to build | Miodrag Milanovic | 2018-07-11 | 1 | -0/+3 |
| | |||||
* | cleared a warning and add note for python | Miodrag Milanovic | 2018-07-08 | 1 | -0/+1 |
| | |||||
* | adde macOS instructions | Miodrag Milanovic | 2018-07-07 | 1 | -0/+3 |
| | |||||
* | MSVC build instructions | Miodrag Milanovic | 2018-07-06 | 1 | -1/+6 |
| | |||||
* | added valgrind info | Miodrag Milanovic | 2018-06-24 | 1 | -5/+6 |
| | |||||
* | both compilers have to be clang | Miodrag Milanovic | 2018-06-24 | 1 | -1/+1 |
| | |||||
* | Added documentation for new commandline options for building | Miodrag Milanovic | 2018-06-24 | 1 | -0/+13 |
| | |||||
* | Update README | David Shah | 2018-06-22 | 1 | -5/+2 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Update README | David Shah | 2018-06-13 | 1 | -4/+3 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Updating REAMDE | David Shah | 2018-06-12 | 1 | -1/+10 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Updating README.md | David Shah | 2018-06-08 | 1 | -3/+12 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | cmake: Add HX1K-only builds support | David Shah | 2018-06-07 | 1 | -0/+1 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Attempt to add JSON parser--not working yet w/ build system | ZipCPU | 2018-06-06 | 1 | -1/+2 |
| | |||||
* | Update README with CMake instructions | David Shah | 2018-06-02 | 1 | -1/+23 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Add new file | Clifford Wolf | 2018-06-02 | 1 | -0/+12 |