Skip to content

Commit

Permalink
Hide vpi_get_vlog_info behind an ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
mole99 committed Sep 12, 2023
1 parent c21ad5c commit 3c79efb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sys_fst.c
Original file line number Diff line number Diff line change
Expand Up @@ -945,6 +945,8 @@ void sys_fst_register(void)
s_vpi_systf_data tf_data;
vpiHandle res;

#ifdef EXTENDED_ARGS

/* Scan the extended arguments, looking for fst optimization flags. */
vpi_get_vlog_info(&vlog_info);

Expand All @@ -963,6 +965,8 @@ void sys_fst_register(void)
}
}

#endif

/* All the compiletf routines are located in vcd_priv.c. */

tf_data.type = vpiSysTask;
Expand Down

0 comments on commit 3c79efb

Please sign in to comment.