Skip to content

Commit 4727d1f

Browse files
committed
Enable all UHDM-integration tests
Signed-off-by: Kamil Rakoczy <[email protected]>
1 parent 572bbc3 commit 4727d1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Generate matrix (yosys)
6565
id: generate-matrix-yosys
6666
run: |
67-
matrix="$(cd UHDM-integration-tests && python list.py -d tests -s ibex swerv synthesis OneClass hello-uvm OneThis MultiplePrints assignment-pattern OneNetInterf OneNetRange opentitan DpiChandle PutC ImportFunction SelectFromUnpackedInFunction ImportedFunctionCallInModuleAndSubmodule VoidFunction ImportPackageWithFunction VarInFor ParameterUnpackedArray VoidFunction2Returns BitsCallOnExpression FunctionOutputArgument TypedefInModulePort TypedefWithParameter ParameterPackedArray DeclarationInFor TypedefVariableDimensions PatternReplication ParameterUnpackedLogicArray PatternStruct BitsCallOnType VoidFunctionWithoutReturn ImportFunction PatternType PatternInFunction)"
67+
matrix="$(cd UHDM-integration-tests && python list.py -d tests -s ibex swerv synthesis opentitan)"
6868
echo "::set-output name=matrix::$matrix"
6969
echo "matrix yosys: $matrix"
7070
@@ -89,7 +89,7 @@ jobs:
8989
- name: Generate matrix (vcddiff)
9090
id: generate-matrix-vcddiff
9191
run: |
92-
matrix="$(cd UHDM-integration-tests && python list.py -d tests -s ibex swerv synthesis OneClass hello-uvm OneThis array-copy assignment-pattern MultiplePrints OneNetInterf OneNetRange opentitan DpiChandle PutC ImportFunction SelectFromUnpackedInFunction ImportedFunctionCallInModuleAndSubmodule VoidFunction ImportPackageWithFunction VarInFor ParameterUnpackedArray VoidFunction2Returns BitsCallOnExpression FunctionOutputArgument TypedefInModulePort TypedefWithParameter ParameterPackedArray DeclarationInFor TypedefVariableDimensions PatternReplication ParameterUnpackedLogicArray PatternStruct BitsCallOnType VoidFunctionWithoutReturn ImportFunction PatternType PatternInFunction)"
92+
matrix="$(cd UHDM-integration-tests && python list.py -d tests -s ibex swerv synthesis opentitan)"
9393
matrix=$(echo $matrix | sed "s/tests\///g")
9494
echo "::set-output name=matrix::$matrix"
9595
echo "matrix vcddiff: $matrix"

0 commit comments

Comments
 (0)