Skip to content

Commit

Permalink
Merge pull request #1072 from alainmarcel/alainmarcel-patch-1
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
alaindargelas committed Jan 8, 2024
2 parents 90a55f7 + c7f160e commit 30eb646
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/SynthSubset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,7 @@ void SynthSubset::leaveArray_var(const array_var* object, vpiHandle handle) {
if (vars->empty()) return;
variables* var = vars->at(0);
const ref_typespec* ref_tps = var->Typespec();
if (!ref_tps) return;
const typespec* tps = ref_tps->Actual_typespec();
if (tps->UhdmType() == uhdmlogic_typespec) {
logic_typespec* ltps = (logic_typespec*)tps;
Expand Down

0 comments on commit 30eb646

Please sign in to comment.