Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit b798534

Browse files
committed
Do not take processes from uhdmallModules
Signed-off-by: Krzysztof Bieganski <[email protected]>
1 parent dbddd2e commit b798534

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/UhdmAst.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2157,7 +2157,6 @@ AstNode* visit_object(vpiHandle obj_h, UhdmShared& shared) {
21572157
{
21582158
vpiModule,
21592159
vpiContAssign,
2160-
vpiProcess,
21612160
vpiTaskFunc,
21622161
},
21632162
obj_h, shared, [&](AstNode* node) {

0 commit comments

Comments
 (0)