From 6f5d49b43f5cc89e39da18fe82b870ddf39244ca Mon Sep 17 00:00:00 2001 From: HS Date: Sat, 16 Sep 2023 00:39:16 -0700 Subject: [PATCH] Enforcing naming consistency and sorting capnp factories --- src/DesignCompile/ElaborationStep.cpp | 2 +- third_party/UHDM | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DesignCompile/ElaborationStep.cpp b/src/DesignCompile/ElaborationStep.cpp index 3c80885d14..f6769f867f 100644 --- a/src/DesignCompile/ElaborationStep.cpp +++ b/src/DesignCompile/ElaborationStep.cpp @@ -527,7 +527,7 @@ void ElaborationStep::swapTypespecPointersInUhdm( } else if (ports* ex = any_cast(var)) { ex->Typespec(replace(ex->Typespec(), typespecSwapMap)); } else if (prop_formal_decl* ex = any_cast(var)) { - ex->VpiTypespec(replace(ex->VpiTypespec(), typespecSwapMap)); + ex->Typespec(replace(ex->Typespec(), typespecSwapMap)); } else if (class_obj* ex = any_cast(var)) { if (ex->Typespecs()) { for (auto& tps : *ex->Typespecs()) { diff --git a/third_party/UHDM b/third_party/UHDM index 70b5921454..165deb9e9f 160000 --- a/third_party/UHDM +++ b/third_party/UHDM @@ -1 +1 @@ -Subproject commit 70b592145479e3e0547caecf422a1ade7026c180 +Subproject commit 165deb9e9ffdc7557d9ce747f9b84353fbb9e6e3