aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Make HeAP placer always-enabledgatecat2023-03-171-1/+1
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Update links to IceStorm in READMECatherine2023-02-141-3/+3
| | | Fixes #1099.
* Use CMake's Python3 rather than PythonInterp in subdirsAdam Sampson2022-08-211-1/+1
|
* Update README.mdChandler Klüser2022-06-221-1/+2
|
* README.md: Add machxo2 arch to list of (experimental) supported devices.William D. Jones2021-12-161-0/+1
|
* remove generic leftover in gowinPepijn de Vos2021-07-171-2/+2
|
* Update URLsgatecat2021-06-121-4/+4
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Update READMEgatecat2021-05-151-0/+1
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Update READMEgatecat2021-05-111-1/+1
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Small fixes from review.Keith Rothman2021-02-151-1/+1
| | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Update prjoxide URLD. Shah2021-02-081-3/+3
| | | | Signed-off-by: D. Shah <gatecat@ds0.me>
* Gowin target (#542)Pepijn de Vos2020-12-301-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * load wires * add slice bels * add IOB * add aliases * local aliases * broken packing stuff * working packer * add constraints * pnr runs1111 * add timing info * constraints * more constraint stuff * add copyright * remove generic reference * remove parameters * remove generic python api * add newline to end of file * some small refactoring * warn on invalid constraints * don't error on missing cell * comment out debugging print * typo * avoid copy * faster empty idstring * remove intermediate variable * no more deadnames * fix cst warnings * increase ripup and epsilon a bit * take single device parameter * add info to readme * gui stubs * Revert 4d03b681a8634e978bd5af73c97665500047e055 * assign ff_used in assignArchInfo * decrease beta for better routability * try to fix CI
* cmake: Disable building GUI by defaultDavid Shah2020-12-081-10/+15
| | | | | | | This should reduce the number of Qt5-related issues, which often prevent even the basic command line flow from working. Signed-off-by: David Shah <dave@ds0.me>
* nexus: Update docs and CMakeDavid Shah2020-11-301-1/+15
| | | | Signed-off-by: David Shah <dave@ds0.me>
* missing '/local' at ecp5 installing梅见月七2020-11-171-1/+1
|
* Remove boost-python from requirementsMiodrag Milanović2020-11-161-4/+4
|
* README.md: Fix two typosJonathan Neuschäfer2020-09-231-2/+2
|
* readme: fix typo ICEBOX -> ICESTORMRobin Ole Heinemann2020-07-161-1/+1
|
* Update some URLsDavid Shah2020-06-261-4/+4
| | | | Signed-off-by: David Shah <dave@ds0.me>
* Merge pull request #459 from whitequark/better-chipdbDavid Shah2020-06-251-32/+52
|\ | | | | CMake: rewrite chipdb handling from ground up
| * CMake: rewrite chipdb handling from ground up.whitequark2020-06-251-32/+52
| |
* | Remove dead links from READMEwhitequark2020-06-241-3/+0
|/
* update README TRELLIS_INSTALL_PREFIX examplegojimmypi2020-03-041-1/+2
| | | | | `TRELLIS_INSTALL_PREFIX` will tell `next-pnr` to look in both `share` and `lib` directories. See https://github.com/YosysHQ/nextpnr/pull/406#discussion_r387945570
* Update README TRELLIS_INSTALL_PREFIX example gojimmypi2020-03-041-1/+1
| | | per https://github.com/YosysHQ/nextpnr/pull/406#discussion_r387937313 it is not an install directory
* Update README with TRELLIS_INSTALL_PREFIX examplegojimmypi2020-03-041-1/+2
| | | see https://github.com/YosysHQ/nextpnr/pull/404 and https://github.com/SymbiFlow/prjtrellis/pull/123
* Rename cmake path variable TRELLIS_ROOT to TRELLIS_INSTALL_PREFIXSebastian Birke2020-02-041-1/+1
|
* Enable screenshot and recording featureMiodrag Milanovic2020-01-051-0/+9
|
* [README] Add prerequisite: libboost-iostreams-dev.Franck HOUSSEN2019-12-251-1/+1
|
* [DOC] Fixing typo: cmake test suite triggered by 'make test'.Franck HOUSSEN2019-12-151-1/+1
|
* Clarify step for macOSMiodrag Milanović2019-12-091-0/+2
|
* General documentation updatesDavid Shah2019-11-261-5/+2
| | | | Signed-off-by: David Shah <dave@ds0.me>
* ECP5 support is no longer experimentalDavid Shah2019-11-261-7/+2
| | | | Signed-off-by: David Shah <dave@ds0.me>
* README: document PREGENERATED_BBA_PATHSean Cross2019-09-171-0/+4
| | | | Signed-off-by: Sean Cross <sean@xobs.io>
* README: add a note about static windows buildsSean Cross2019-08-151-0/+3
| | | | | | | Windows has different triples when building with static. Note this in the README. Signed-off-by: Sean Cross <sean@xobs.io>
* Add `eigen` to brew install list for macOSAshe Connor2019-07-291-1/+1
|
* Add link to arXiv paperEddie Hung2019-05-201-0/+3
|
* Fix ice40 example directory in README.mdAlexander Lent2019-04-151-2/+2
| | | ice40/blinky.* moved to ice40/examples/blinky/blinky.* in commit 1780f42b9a7854a8a7bf1f2d6589d3d35f133f87
* README: update windows build instructions for eigen, pythonSean Cross2019-04-021-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.mdDavid Shah2019-03-221-3/+7
| | | | Signed-off-by: David Shah <dave@ds0.me>
* Clarify ICEBOX_ROOT parameterDavid Shah2018-12-211-2/+3
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Update README.mdDavid Shah2018-11-261-4/+6
| | | | | | Fixes #74 Signed-off-by: David Shah <dave@ds0.me>
* README: further specify required Boost packages for UbuntuSean Cross2018-11-221-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 reportMiodrag Milanovic2018-08-231-0/+3
|
* Update README.mdClifford Wolf2018-08-231-1/+1
|
* Added ability for static buildsMiodrag Milanovic2018-08-161-0/+7
|
* ecp5: Remove libtrellis link for bitstream genDavid Shah2018-08-011-2/+2
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* More documentation tweaksDavid Shah2018-08-011-2/+2
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Improving documentation wordingDavid Shah2018-08-011-7/+7
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Move FAQ, Wiki stuff to docs/Clifford Wolf2018-08-011-136/+5
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Improve a lot of the README contents.Tim 'mithro' Ansell2018-07-311-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.