Skip to content

Commit

Permalink
Fixed syntax error in Bash.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed May 31, 2022
1 parent 8a00a21 commit 02f24dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Vivado:
- |
exec-Vivado.sh \
--select-version=${VIVADO_VERSION} \
--project-file=project/${PROJECT_NAME}.xpr \
--project-file=project/${PROJECT_NAME}.xpr
- CheckTimingEvolution ./project/${PROJECT_NAME}.runs/impl_${RUNS_NAME}/${TOP_NAME}.vdi

after_script:
Expand Down

0 comments on commit 02f24dc

Please sign in to comment.