Skip to content

Commit 49b7d57

Browse files
committed
update README, fix python requirements and bump python-ic
Signed-off-by: Alessandro Comodi <[email protected]>
1 parent e650e54 commit 49b7d57

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ make env
1313
Enter the environment by running:
1414

1515
```
16-
make enter
16+
source env/conda/bin/activate fpga-interchange
1717
```
1818

1919
To update the RapidWright data run:

requirements.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
psutil
2-
ninja
3-
git+https://github.com/litghost/rapidyaml.git@fixup_python_packaging#egg=rapidyaml
41
fasm
5-
git+https://github.com/SymbiFlow/prjxray.git
6-
git+https://github.com/SymbiFlow/symbiflow-xc-fasm.git
7-
git+https://github.com/capnproto/pycapnp.git
8-
git+https://github.com/SymbiFlow/symbiflow-xc-fasm2bels.git
2+
ninja
3+
psutil
4+
pycapnp==v1.1.0
5+
rapidyaml==0.2.2
6+
7+
git+https://github.com/f4pga/prjxray.git
8+
git+https://github.com/chipsalliance/f4pga-xc-fasm.git
9+
git+https://github.com/SymbiFlow/f4pga-xc-fasm2bels.git
910
-e third_party/python-fpga-interchange
1011

1112
# Litex

0 commit comments

Comments
 (0)