Skip to content

Commit 985c395

Browse files
committed
debug
Signed-off-by: Kareem Farid <[email protected]>
1 parent 338138a commit 985c395

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
make cocotb-verify-all-rtl
2424
- name: Check RTL Verification Results
2525
run: |
26+
ls ./verilog/dv/cocotb/sim/*/*/*.log
27+
ls ./verilog/dv/cocotb/sim/*/*/simv
2628
simv="$GITHUB_WORKSPACE/verilog/dv/cocotb/sim/CI/*-compilation/simv"
2729
if [ -f $simv ]; then
2830
echo 'File exists.'

0 commit comments

Comments
 (0)