We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 338138a commit 985c395Copy full SHA for 985c395
.github/workflows/test.yaml
@@ -23,6 +23,8 @@ jobs:
23
make cocotb-verify-all-rtl
24
- name: Check RTL Verification Results
25
run: |
26
+ ls ./verilog/dv/cocotb/sim/*/*/*.log
27
+ ls ./verilog/dv/cocotb/sim/*/*/simv
28
simv="$GITHUB_WORKSPACE/verilog/dv/cocotb/sim/CI/*-compilation/simv"
29
if [ -f $simv ]; then
30
echo 'File exists.'
0 commit comments