diff options
author | Alessandro Comodi <acomodi@antmicro.com> | 2021-03-16 16:56:13 +0100 |
---|---|---|
committer | Alessandro Comodi <acomodi@antmicro.com> | 2021-03-16 16:57:07 +0100 |
commit | f9e9fadbc8ec794ed43f94d237fe4b889c5e13d8 (patch) | |
tree | 607fd631583dad47f3887b92a2e5086e7df8f608 /fpga_interchange/examples | |
parent | 83544cdf6a397c0d442f25b38c8f6b67966c8eb0 (diff) | |
download | nextpnr-f9e9fadbc8ec794ed43f94d237fe4b889c5e13d8.tar.gz nextpnr-f9e9fadbc8ec794ed43f94d237fe4b889c5e13d8.tar.bz2 nextpnr-f9e9fadbc8ec794ed43f94d237fe4b889c5e13d8.zip |
github-actions: use capnp v0.8.0
This also updates the note in the README for the FPGA interchange
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
Diffstat (limited to 'fpga_interchange/examples')
-rw-r--r-- | fpga_interchange/examples/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga_interchange/examples/README.md b/fpga_interchange/examples/README.md index 0b7f4ae2..c7df6d5a 100644 --- a/fpga_interchange/examples/README.md +++ b/fpga_interchange/examples/README.md @@ -12,7 +12,7 @@ Install java and javac if not already installed: sudo apt-get install openjdk-10-jdk ``` -Install capnproto if not already installed. Version 0.7.0 or higher is required. +Install capnproto if not already installed. Version 0.8.0 is required. As stated in the [official instructions](https://capnproto.org/install.html), the version on the common package managers might not be up to date with the latest version, hence it is suggested to install from the archive or, in alternative, directly from the git repository. |