diff options
author | Keith Rothman <537074+litghost@users.noreply.github.com> | 2021-03-25 17:54:44 -0700 |
---|---|---|
committer | Keith Rothman <537074+litghost@users.noreply.github.com> | 2021-03-25 17:56:15 -0700 |
commit | f33d02dca9f6080c2497a4e058554c9908677888 (patch) | |
tree | 5848ef72f0d60227e010ee2d7ca315d1e137cbc5 /fpga_interchange/examples | |
parent | 55c9d43c7025392b098697e2085e537af07ae6e7 (diff) | |
download | nextpnr-f33d02dca9f6080c2497a4e058554c9908677888.tar.gz nextpnr-f33d02dca9f6080c2497a4e058554c9908677888.tar.bz2 nextpnr-f33d02dca9f6080c2497a4e058554c9908677888.zip |
Update README with latest develpment progress.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
Diffstat (limited to 'fpga_interchange/examples')
-rw-r--r-- | fpga_interchange/examples/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fpga_interchange/examples/README.md b/fpga_interchange/examples/README.md index c7df6d5a..6c1da117 100644 --- a/fpga_interchange/examples/README.md +++ b/fpga_interchange/examples/README.md @@ -29,6 +29,13 @@ Install python-fpga-interchange if not already installed: ``` git clone https://github.com/SymbiFlow/python-fpga-interchange.git cd python-fpga-interchange.git +# +# Note: Recommend checking out a specific release, for example: +# +# git checkout v0.0.5 +# +# Release of python-fpga-interchange library does have to match nextpnr +# implementation. python -m pip install -e . ``` |