Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alaindargelas committed Jan 8, 2024
1 parent 90a55f7 commit c7f160e
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 c7f160e

Please sign in to comment.