Skip to content

Commit

Permalink
submodules: s/symbiflow-xc-fasm2bels/f4pga-xc-fasm2bels/
Browse files Browse the repository at this point in the history
Signed-off-by: Unai Martinez-Corral <[email protected]>
  • Loading branch information
umarcor committed Mar 13, 2022
1 parent f577592 commit 1824e6f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .excludes
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ library
*unused*

# Exclude the .git directory
.git
/.git/

# Exclude the dependency files
*.d
Expand Down
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
[submodule "third_party/xc-fasm"]
path = third_party/xc-fasm
url = https://github.com/chipsalliance/f4pga-xc-fasm
[submodule "third_party/symbiflow-xc-fasm2bels"]
path = third_party/symbiflow-xc-fasm2bels
[submodule "third_party/f4pga-xc-fasm2bels"]
path = third_party/f4pga-xc-fasm2bels
url = https://github.com/SymbiFlow/f4pga-xc-fasm2bels
[submodule "third_party/ibex"]
path = third_party/ibex
Expand Down
3 changes: 1 addition & 2 deletions conda_lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ dependencies:
- -e third_party/python-sdf-timing
- -e third_party/f4pga-v2x
- -e third_party/vtr-xml-utils
- -e third_party/symbiflow-xc-fasm2bels
- -e third_party/f4pga-xc-fasm2bels
- -e third_party/litex
- -e third_party/litex-boards
- -e third_party/litedram
Expand All @@ -183,4 +183,3 @@ dependencies:
- third_party/pythondata-cpu-vexriscv
- third_party/pythondata-software-compiler_rt
prefix: /usr/share/miniconda/envs/symbiflow_arch_def_base

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ git+https://github.com/SymbiFlow/python-fpga-interchange.git#egg=python-fpga-int
-e third_party/python-sdf-timing
-e third_party/f4pga-v2x
-e third_party/vtr-xml-utils
-e third_party/symbiflow-xc-fasm2bels
-e third_party/f4pga-xc-fasm2bels
-e third_party/litex
-e third_party/litex-boards
-e third_party/litedram
Expand Down

0 comments on commit 1824e6f

Please sign in to comment.