Skip to content

Commit

Permalink
Changed read_pck_edge_offset to read_pack_edge_offset
Browse files Browse the repository at this point in the history
  • Loading branch information
adjordjevic-TT committed Jan 17, 2025
1 parent 7bd1bcd commit 97889bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/inc/cpack_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include "ckernel_globals.h"
#include "llk_defs.h"

#include <vector>

namespace ckernel::packer
{
Expand Down Expand Up @@ -668,7 +669,7 @@ namespace ckernel::packer
return dest.f;
}

inline pck_edge_offset_t read_pck_edge_offset(uint32_t reg_addr, const volatile uint tt_reg_ptr* cfg) {
inline pck_edge_offset_t read_pack_edge_offset(uint32_t reg_addr, const volatile uint tt_reg_ptr* cfg) {
pck_edge_offset_u edge = {.val=0};
edge.val = cfg[reg_addr];

Expand Down

0 comments on commit 97889bf

Please sign in to comment.