Commit Graph

53 Commits

Author SHA1 Message Date
gojimmypi
b4aaae2c5f
update README TRELLIS_INSTALL_PREFIX example
`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
2020-03-04 13:39:33 -08:00
gojimmypi
050cb6914f
Update README TRELLIS_INSTALL_PREFIX example
per https://github.com/YosysHQ/nextpnr/pull/406#discussion_r387937313 it is not an install directory
2020-03-04 13:25:47 -08:00
gojimmypi
5a26e0f0d3
Update README with TRELLIS_INSTALL_PREFIX example
see https://github.com/YosysHQ/nextpnr/pull/404 and https://github.com/SymbiFlow/prjtrellis/pull/123
2020-03-04 13:10:48 -08:00
Sebastian Birke
2c938e0e8b Rename cmake path variable TRELLIS_ROOT to TRELLIS_INSTALL_PREFIX 2020-02-04 18:19:45 +01:00
Miodrag Milanovic
3f439c1ef2 Enable screenshot and recording feature 2020-01-05 13:51:12 +01:00
Franck HOUSSEN
346998caed [README] Add prerequisite: libboost-iostreams-dev. 2019-12-25 11:56:18 +01:00
Franck HOUSSEN
16e28f002e [DOC] Fixing typo: cmake test suite triggered by 'make test'. 2019-12-15 20:14:25 +01:00
Miodrag Milanović
992c9acd56
Clarify step for macOS 2019-12-09 17:27:09 +01:00
David Shah
1e4feed383 General documentation updates
Signed-off-by: David Shah <dave@ds0.me>
2019-11-26 21:47:20 +00:00
David Shah
98fe4438f1 ECP5 support is no longer experimental
Signed-off-by: David Shah <dave@ds0.me>
2019-11-26 16:10:53 +00:00
Sean Cross
7cda79f9b7 README: document PREGENERATED_BBA_PATH
Signed-off-by: Sean Cross <sean@xobs.io>
2019-09-17 11:33:39 +08:00
Sean Cross
aa7e20357f README: add a note about static windows builds
Windows has different triples when building with static.  Note this in
the README.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-08-15 12:59:27 +08:00
Ashe Connor
1727662f10
Add eigen to brew install list for macOS 2019-07-29 14:17:03 +10:00
Eddie Hung
bfe4c50d88
Add link to arXiv paper 2019-05-20 11:50:23 -07:00
Alexander Lent
003619e91c
Fix ice40 example directory in README.md
ice40/blinky.* moved to ice40/examples/blinky/blinky.* in commit 1780f42b9a
2019-04-15 21:27:11 -07:00
Sean Cross
638f84a622 README: update windows build instructions for eigen, python
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>
2019-04-02 15:25:00 +08:00
David Shah
81a7b5d2a1 Update README.md
Signed-off-by: David Shah <dave@ds0.me>
2019-03-22 10:46:54 +00:00
David Shah
8f5d5003e9 Clarify ICEBOX_ROOT parameter
Signed-off-by: David Shah <davey1576@gmail.com>
2018-12-21 14:37:27 +00:00
David Shah
024db62ef0 Update README.md
Fixes #74

Signed-off-by: David Shah <dave@ds0.me>
2018-11-26 09:47:16 +00:00
Sean Cross
bfbea5bcb7 README: further specify required Boost packages for Ubuntu
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>
2018-11-22 14:06:24 +08:00
Miodrag Milanovic
890fec2a1b Added test code coverage report 2018-08-23 18:38:34 +02:00
Clifford Wolf
f5688c44ff
Update README.md 2018-08-23 18:01:20 +02:00
Miodrag Milanovic
8965922219 Added ability for static builds 2018-08-16 10:32:34 +02:00
David Shah
0658759495 ecp5: Remove libtrellis link for bitstream gen
Signed-off-by: David Shah <davey1576@gmail.com>
2018-08-01 15:58:38 +02:00
David Shah
b273475e51 More documentation tweaks
Signed-off-by: David Shah <davey1576@gmail.com>
2018-08-01 10:51:32 +02:00
David Shah
b17b0680b5 Improving documentation wording
Signed-off-by: David Shah <davey1576@gmail.com>
2018-08-01 10:40:32 +02:00
Clifford Wolf
df51497ec7 Move FAQ, Wiki stuff to docs/
Signed-off-by: Clifford Wolf <clifford@clifford.at>
2018-08-01 10:24:55 +02:00
Tim 'mithro' Ansell
e578b9052d Improve a lot of the README contents.
* 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.
2018-07-31 19:01:31 -07:00
Tim 'mithro' Ansell
8dca8447ac Fix trailing white space. 2018-07-31 17:33:48 -07:00
Clifford Wolf
38d7cc3b85 Update README.md 2018-07-31 13:41:18 +00:00
Clifford Wolf
1cf9c67813 Update README.md 2018-07-30 10:00:26 +00:00
Clifford Wolf
d1cc79bfc9 Update README.md 2018-07-30 09:57:02 +00:00
David Shah
f466ad0faf Update README.md wrt ECP5
Signed-off-by: David Shah <davey1576@gmail.com>
2018-07-29 14:17:02 +02:00
Clifford Wolf
f448d7ca77 Update README.md 2018-07-29 11:43:04 +00:00
Sergiusz Bazanski
836d8c1ef3 Revert "Add Nix(OS) support"
This reverts commit 7db6817a0b.
2018-07-14 18:50:46 +01:00
Serge Bazanski
7db6817a0b Add Nix(OS) support 2018-07-13 22:03:57 +01:00
Clifford Wolf
8fde7935e7 Update README
Signed-off-by: Clifford Wolf <clifford@clifford.at>
2018-07-12 17:22:44 +02:00
David Shah
75fda0fa59 Add ECP5 notes to README
Signed-off-by: David Shah <davey1576@gmail.com>
2018-07-11 11:15:29 +02:00
Miodrag Milanovic
d5be9ff584 Added cmake parameter ARCH to specify architecture to build 2018-07-11 10:23:23 +02:00
Miodrag Milanovic
044e46b0ad cleared a warning and add note for python 2018-07-08 20:24:30 +02:00
Miodrag Milanovic
59b27dadd5 adde macOS instructions 2018-07-07 10:31:04 +02:00
Miodrag Milanovic
ec96e47bf0 MSVC build instructions 2018-07-06 13:59:59 +02:00
Miodrag Milanovic
1b7ed56f6f added valgrind info 2018-06-24 20:10:15 +02:00
Miodrag Milanovic
5147ae3756 both compilers have to be clang 2018-06-24 19:48:49 +02:00
Miodrag Milanovic
8fcb06fa0e Added documentation for new commandline options for building 2018-06-24 19:43:21 +02:00
David Shah
6633441e32 Update README
Signed-off-by: David Shah <davey1576@gmail.com>
2018-06-22 13:22:14 +02:00
David Shah
991cf1979b Update README
Signed-off-by: David Shah <davey1576@gmail.com>
2018-06-13 13:14:51 +02:00
David Shah
301136db03 Updating REAMDE
Signed-off-by: David Shah <davey1576@gmail.com>
2018-06-12 17:36:19 +02:00
David Shah
5fa79cd2b5 Updating README.md
Signed-off-by: David Shah <davey1576@gmail.com>
2018-06-08 11:24:32 +02:00
David Shah
024ff8fa7d cmake: Add HX1K-only builds support
Signed-off-by: David Shah <davey1576@gmail.com>
2018-06-07 13:20:16 +02:00