Skip to content

Commit dbb57d1

Browse files
authored
ci: Fix Bender tool call (#273)
1 parent a98f40a commit dbb57d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ stages:
2424
PARAM2: ""
2525
timeout: 10min
2626
script:
27+
- bender checkout
2728
- bender script vsim -t test > compile.tcl
2829
- $VSIM -c -quiet -do 'source compile.tcl; quit'
2930
- $VSIM -c $TOPLEVEL -voptargs="-timescale 1ns/100ps" -do "run -all" $PARAM1 $PARAM2

0 commit comments

Comments
 (0)