Commit Graph

42 Commits

Author SHA1 Message Date
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
ZipCPU 16b9a2f1b5 Attempt to add JSON parser--not working yet w/ build system 2018-06-06 14:44:54 -04:00
David Shah 763fd56c26 Update README with CMake instructions
Signed-off-by: David Shah <davey1576@gmail.com>
2018-06-02 13:57:08 +02:00
Clifford Wolf d3e54131e7 Add new file 2018-06-02 11:23:50 +00:00