Skip to content

Commit fae60bb

Browse files
committed
TEST vivado verbose
1 parent 63353c0 commit fae60bb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/Suite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ jobs:
201201
run: >
202202
source env.sh &&
203203
python3 exhaust.py
204+
--verbose
204205
--project ${{ matrix.project }}
205206
--toolchain ${{ matrix.toolchain }}
206207
--board ${{ matrix.board }}

toolchains/vivado.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def run(self):
148148

149149
edam = self.prepare_edam()
150150
self.backend = edalize.get_edatool('vivado')(
151-
edam=edam, work_root=self.out_dir
151+
edam=edam, work_root=self.out_dir, verbose=True
152152
)
153153
self.backend.configure("")
154154

0 commit comments

Comments
 (0)