We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d16182 + e520c96 commit 27570fcCopy full SHA for 27570fc
.github/workflows/sanity-test.yml
@@ -30,4 +30,10 @@ jobs:
30
run: |
31
cd test
32
export CTU_TB_TOP_TARGET="tb_ctu_can_fd_rtl_vunit"
33
- ./run.py tb_rtl_small_asic_max_feature ctu_can_fd_tb.tb_top_ctu_can_fd.tb_rtl_small_asic_max_feature.device_id -v
+ ./run.py tb_rtl_small_asic_max_feature ctu_can_fd_tb.tb_top_ctu_can_fd.tb_rtl_small_asic_max_feature.device_id -v
34
+
35
+ - name: "Run ISO demo test"
36
+ run: |
37
+ cd test
38
+ export CTU_TB_TOP_TARGET="tb_ctu_can_fd_rtl_vunit"
39
+ ./run.py tb_rtl_small_asic_max_compliance ctu_can_fd_tb.tb_top_ctu_can_fd.tb_rtl_small_asic_max_compliance.demo -v
0 commit comments