Skip to content

Commit

Permalink
removed unnecessary changes
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Schumacher <schuey@xilinx.com>
  • Loading branch information
Paul Schumacher committed Jan 14, 2025
1 parent 0f3b99b commit 69adc0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ AIEControlConfigFiletype::getAIECompilerOptions() const
aie_meta.get("aie_metadata.aiecompiler_options.graph_iterator_event", false);
aiecompiler_options.event_trace =
aie_meta.get("aie_metadata.aiecompiler_options.event_trace", "runtime");
aiecompiler_options.enable_multi_layer =
aie_meta.get("aie_metadata.aiecompiler_options.enable_multi_layer", false);
return aiecompiler_options;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ namespace xdp {
// Using user event for trace end to enable flushing
// NOTE: Flush trace module always at the end because for some applications
// core might be running infinitely.

if (metadata->getUseUserControl())
coreTraceStartEvent = XAIE_EVENT_INSTR_EVENT_0_CORE;
coreTraceEndEvent = XAIE_EVENT_INSTR_EVENT_1_CORE;
Expand Down

0 comments on commit 69adc0e

Please sign in to comment.