From 1824e6fe569a89e8ed0dbf81528b07695f8ccfaf Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Sun, 13 Mar 2022 01:57:46 +0100 Subject: [PATCH] submodules: s/symbiflow-xc-fasm2bels/f4pga-xc-fasm2bels/ Signed-off-by: Unai Martinez-Corral --- .excludes | 2 +- .gitmodules | 4 ++-- conda_lock.yml | 3 +-- requirements.txt | 2 +- third_party/{symbiflow-xc-fasm2bels => f4pga-xc-fasm2bels} | 0 5 files changed, 5 insertions(+), 6 deletions(-) rename third_party/{symbiflow-xc-fasm2bels => f4pga-xc-fasm2bels} (100%) diff --git a/.excludes b/.excludes index 3d5834d58c..5de89cf846 100644 --- a/.excludes +++ b/.excludes @@ -10,7 +10,7 @@ library *unused* # Exclude the .git directory -.git +/.git/ # Exclude the dependency files *.d diff --git a/.gitmodules b/.gitmodules index 82ed42ad10..afbab65c9e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/conda_lock.yml b/conda_lock.yml index 938d454c1b..c880a65555 100644 --- a/conda_lock.yml +++ b/conda_lock.yml @@ -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 @@ -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 - diff --git a/requirements.txt b/requirements.txt index f19dffbd13..77a52885c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/third_party/symbiflow-xc-fasm2bels b/third_party/f4pga-xc-fasm2bels similarity index 100% rename from third_party/symbiflow-xc-fasm2bels rename to third_party/f4pga-xc-fasm2bels