We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acdf3b2 commit 03c9d1fCopy full SHA for 03c9d1f
.travis.yml
@@ -73,6 +73,8 @@ env:
73
stages:
74
# - name: Build
75
# if: type != cron
76
+ - name: Update Arch
77
+ if: type != cron
78
- name: Test
79
if: type != cron
80
- name: Build Coverity
@@ -89,6 +91,10 @@ jobs:
89
91
#script:
90
92
#- ./.github/travis/build.sh
93
94
+ - stage: Update Arch
95
+ name: "Updating Architectures"
96
+ script:
97
+ - ./dev/upgrade_vtr_archs.sh
98
- stage: Test
99
name: "Code Formatting"
100
script:
dev/upgrade_vtr_archs.sh
@@ -1,3 +1,3 @@
1
#!/bin/bash
2
3
-find vpr libs/libarchfpga ODIN_II vtr_flow/arch -name '*.xml' | xargs -n 1 python2 ./vtr_flow/scripts/upgrade_arch.py
+find vpr libs/libarchfpga ODIN_II vtr_flow/arch utils/fasm/test -name '*.xml' | xargs -n 1 ./vtr_flow/scripts/upgrade_arch.py
0 commit comments