Skip to content

Commit eadd223

Browse files
committed
update upgrade_arch.py script and added initial regression test
Signed-off-by: Alessandro Comodi <[email protected]>
1 parent 2451a92 commit eadd223

File tree

4 files changed

+1824
-14
lines changed

4 files changed

+1824
-14
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
#!/bin/bash
22

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

0 commit comments

Comments
 (0)