Skip to content

Commit

Permalink
Merge pull request #3942 from alainmarcel/alainmarcel-patch-1
Browse files Browse the repository at this point in the history
var fix
  • Loading branch information
alaindargelas authored Dec 16, 2023
2 parents 8c31291 + 3be84c8 commit bd5089e
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 bd5089e

Please sign in to comment.