Skip to content

Commit

Permalink
var fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alaindargelas committed Dec 16, 2023
1 parent c66a6a7 commit f297ff9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DesignCompile/UhdmWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3164,7 +3164,7 @@ void UhdmWriter::lateBinding(Serializer& s, DesignComponent* mod, scope* m) {
const any* parent = ref->VpiParent();
while (parent) {
if (parent->UhdmType() == uhdmdesign) {
design* d = (design*) parent;
design* d = (design*)parent;
if (auto params = d->Parameters()) {
for (auto decl : *params) {
if (decl->VpiName() == name) {
Expand Down
2 changes: 1 addition & 1 deletion third_party/UHDM

0 comments on commit f297ff9

Please sign in to comment.