You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .gitlab-ci.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ build_rtl:
51
51
- make build
52
52
- echo "Fetching VIPs"
53
53
- ./target/sim/vip/get-vips.sh --yes # --gitlab
54
+
- rm -rf build/questasim/tcl_files; cp -R target/sim/questasim/tcl_files build/questasim/tcl_files # workaround: tcl_files symlink seems not to work in CI, replacing it with copy
0 commit comments