aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/hla/hla_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jtag/hla/hla_interface.h')
-rw-r--r--src/jtag/hla/hla_interface.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/jtag/hla/hla_interface.h b/src/jtag/hla/hla_interface.h
index c4e3298d..398aa806 100644
--- a/src/jtag/hla/hla_interface.h
+++ b/src/jtag/hla/hla_interface.h
@@ -48,6 +48,10 @@ struct hl_interface_param_s {
int max_buffer;
/** */
bool connect_under_reset;
+ /** Output file for trace data (if any) */
+ FILE *trace_f;
+ /** Trace module source clock rate */
+ uint32_t trace_source_hz;
};
struct hl_interface_s {