This repository was archived by the owner on Feb 27, 2024. It is now read-only.
Commit f8acbc2
File tree
4 files changed
+45
-5
lines changed- .github/workflows
- src
4 files changed
+45
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
668 | 668 | | |
669 | 669 | | |
670 | 670 | | |
671 | | - | |
| 671 | + | |
672 | 672 | | |
673 | 673 | | |
674 | 674 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1276 | 1276 | | |
1277 | 1277 | | |
1278 | 1278 | | |
| 1279 | + | |
| 1280 | + | |
| 1281 | + | |
| 1282 | + | |
| 1283 | + | |
| 1284 | + | |
| 1285 | + | |
| 1286 | + | |
| 1287 | + | |
| 1288 | + | |
| 1289 | + | |
| 1290 | + | |
| 1291 | + | |
| 1292 | + | |
| 1293 | + | |
| 1294 | + | |
| 1295 | + | |
| 1296 | + | |
| 1297 | + | |
| 1298 | + | |
| 1299 | + | |
| 1300 | + | |
| 1301 | + | |
1279 | 1302 | | |
1280 | 1303 | | |
1281 | 1304 | | |
1282 | 1305 | | |
1283 | 1306 | | |
1284 | 1307 | | |
1285 | | - | |
| 1308 | + | |
| 1309 | + | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
| 1313 | + | |
1286 | 1314 | | |
1287 | 1315 | | |
1288 | 1316 | | |
1289 | | - | |
| 1317 | + | |
1290 | 1318 | | |
1291 | 1319 | | |
1292 | 1320 | | |
| |||
1622 | 1650 | | |
1623 | 1651 | | |
1624 | 1652 | | |
1625 | | - | |
| 1653 | + | |
| 1654 | + | |
| 1655 | + | |
| 1656 | + | |
| 1657 | + | |
| 1658 | + | |
| 1659 | + | |
| 1660 | + | |
| 1661 | + | |
1626 | 1662 | | |
1627 | 1663 | | |
1628 | 1664 | | |
| |||
1893 | 1929 | | |
1894 | 1930 | | |
1895 | 1931 | | |
| 1932 | + | |
1896 | 1933 | | |
1897 | 1934 | | |
1898 | 1935 | | |
| |||
1902 | 1939 | | |
1903 | 1940 | | |
1904 | 1941 | | |
| 1942 | + | |
1905 | 1943 | | |
1906 | 1944 | | |
1907 | 1945 | | |
| |||
2041 | 2079 | | |
2042 | 2080 | | |
2043 | 2081 | | |
| 2082 | + | |
2044 | 2083 | | |
2045 | 2084 | | |
2046 | 2085 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
Submodule uhdm-integration updated 44 files
- tests/ImportParametrizedTypeAndDeclareParamWithTheSameName/Makefile.in+2
- tests/ImportParametrizedTypeAndDeclareParamWithTheSameName/main.cpp+40
- tests/ImportParametrizedTypeAndDeclareParamWithTheSameName/top.sv+10
- tests/ImportParametrizedTypeAndDeclareParamWithTheSameName/yosys_script+6
- tests/ImportTypeOfPort/Makefile.in+2
- tests/ImportTypeOfPort/main.cpp+40
- tests/ImportTypeOfPort/top.sv+10
- tests/ImportTypeOfPort/yosys_script+6
- tests/ImportedParameter/Makefile.in+2
- tests/ImportedParameter/main.cpp+40
- tests/ImportedParameter/top.sv+8
- tests/ImportedParameter/yosys_script+6
- tests/IndexedPartSelectOfArrayElement/Makefile.in+2
- tests/IndexedPartSelectOfArrayElement/main.cpp+40
- tests/IndexedPartSelectOfArrayElement/top.sv+8
- tests/IndexedPartSelectOfArrayElement/yosys_script+6
- tests/ParameterInitializedInSubModuleOfTopOf5LevelHierarchy/Makefile.in+2
- tests/ParameterInitializedInSubModuleOfTopOf5LevelHierarchy/main.cpp+40
- tests/ParameterInitializedInSubModuleOfTopOf5LevelHierarchy/top.sv+60
- tests/ParameterInitializedInSubModuleOfTopOf5LevelHierarchy/yosys_script+6
- tests/ParameterInitializedInTopOf5LevelHierarchy/Makefile.in+2
- tests/ParameterInitializedInTopOf5LevelHierarchy/main.cpp+40
- tests/ParameterInitializedInTopOf5LevelHierarchy/top.sv+64
- tests/ParameterInitializedInTopOf5LevelHierarchy/yosys_script+6
- tests/ParameterInitializedInTopOf5LevelHierarchyWithUnusedParamInTheMiddle/Makefile.in+2
- tests/ParameterInitializedInTopOf5LevelHierarchyWithUnusedParamInTheMiddle/main.cpp+40
- tests/ParameterInitializedInTopOf5LevelHierarchyWithUnusedParamInTheMiddle/top.sv+66
- tests/ParameterInitializedInTopOf5LevelHierarchyWithUnusedParamInTheMiddle/yosys_script+6
- tests/ParameterInitializedInTopOf5LevelHierarchyWithUnusedParamOfDifferentTypeInTheMiddle/Makefile.in+2
- tests/ParameterInitializedInTopOf5LevelHierarchyWithUnusedParamOfDifferentTypeInTheMiddle/main.cpp+40
- tests/ParameterInitializedInTopOf5LevelHierarchyWithUnusedParamOfDifferentTypeInTheMiddle/top.sv+74
- tests/ParameterInitializedInTopOf5LevelHierarchyWithUnusedParamOfDifferentTypeInTheMiddle/yosys_script+6
- tests/ParameterPassedTo3TimesNestedSubmodule/Makefile.in+2
- tests/ParameterPassedTo3TimesNestedSubmodule/main.cpp+40
- tests/ParameterPassedTo3TimesNestedSubmodule/top.sv+51
- tests/ParameterPassedTo3TimesNestedSubmodule/yosys_script+6
- tests/ParameterPassedToSubmoduleInGenscopeOfSubmodule/Makefile.in+2
- tests/ParameterPassedToSubmoduleInGenscopeOfSubmodule/main.cpp+40
- tests/ParameterPassedToSubmoduleInGenscopeOfSubmodule/top.sv+42
- tests/ParameterPassedToSubmoduleInGenscopeOfSubmodule/yosys_script+6
- tests/ParameterPassedToSubmoduleOfSubmodule/Makefile.in+2
- tests/ParameterPassedToSubmoduleOfSubmodule/main.cpp+40
- tests/ParameterPassedToSubmoduleOfSubmodule/top.sv+40
- tests/ParameterPassedToSubmoduleOfSubmodule/yosys_script+6
0 commit comments