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 de589e5 commit d0e985bCopy full SHA for d0e985b
2 files changed
.github/workflows/general.yml
@@ -80,7 +80,10 @@ jobs:
80
- name: Build dev container and run tests in it
81
uses: devcontainers/ci@v0.3
82
with:
83
- runCmd: tool/gh_actions/run_tests.sh
+ runCmd: |
84
+ tool/gh_actions/run_tests.sh
85
+ dart test test/systemc_vector_test.dart
86
+ tool/gh_actions/check_tmp_test.sh
87
88
deploy-documentation:
89
name: Deploy Documentation
tool/gh_codespaces/run_setup.sh
@@ -20,5 +20,11 @@ tool/gh_actions/install_dependencies.sh
20
# Install Icarus Verilog.
21
tool/gh_actions/install_iverilog.sh
22
23
+# Install Accellera SystemC.
24
+tool/gh_actions/install_systemc.sh
25
+
26
+# Pre-build SystemC precompiled header and Makefile.
27
+tool/gh_actions/setup_systemc_pch.sh
28
29
# Install Node
30
tool/gh_actions/install_node.sh
0 commit comments