Skip to content

Commit

Permalink
fixed the incorrect sysfs path (#8182) (#8184)
Browse files Browse the repository at this point in the history
Signed-off-by: ch vamshi krishna <[email protected]>
Co-authored-by: ch vamshi krishna <[email protected]>
(cherry picked from commit 8d07049)
  • Loading branch information
chvamshi-xilinx authored May 20, 2024
1 parent 251149c commit a75e984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime_src/core/edge/user/aie_sys_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,6 @@ aie_sys_parser::aie_sys_read(const int col, const int row) const
return pt;
}

aie_sys_parser::aie_sys_parser(const std::string& root) : sysfs_root("sys/class/aie/aiepart_" + root + "/")
aie_sys_parser::aie_sys_parser(const std::string& root) : sysfs_root("/sys/class/aie/aiepart_" + root + "/")
{
}

0 comments on commit a75e984

Please sign in to comment.