Skip to content

Commit bbe0b3d

Browse files
authored
Merge pull request #1758 from sdamghan/arch_warnings
Avoiding Odin's xml config file to be considered as arch file
2 parents b39e47f + dcc5811 commit bbe0b3d

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)