Skip to content

Commit

Permalink
fixed compile error (#7923)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgschuey authored Feb 2, 2024
1 parent 0c9755f commit a0d9c48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ namespace xdp::aie::trace {
switchPortRsc->setPortToSelect(slaveOrMaster, SOUTH, streamPortId);

config.port_trace_ids[portnum] = streamPortId;
config.port_trace_is_master[portnum] = (tile.itr_mem_col != 0);
config.port_trace_is_master[portnum] = (tile.is_master != 0);
}
else {
// Memory tiles
Expand Down

0 comments on commit a0d9c48

Please sign in to comment.