Skip to content

Commit dcc5811

Browse files
committed
[Flow]: Avoiding Odin's xml config file to be considered as arch file
Signed-off-by: Seyed Alireza Damghani <[email protected]>
1 parent 60c0106 commit dcc5811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/upgrade_vtr_archs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22

3-
find vpr libs/libarchfpga ODIN_II vtr_flow/arch utils/fasm/test -name '*.xml' | xargs -n 1 python3 ./vtr_flow/scripts/upgrade_arch.py
3+
find vpr libs/libarchfpga vtr_flow/arch utils/fasm/test -name '*.xml' | xargs -n 1 python3 ./vtr_flow/scripts/upgrade_arch.py

0 commit comments

Comments
 (0)