Skip to content

Commit a75e984

Browse files
chvamshi-xilinxch vamshi krishna
and
ch vamshi krishna
authored
fixed the incorrect sysfs path (#8182) (#8184)
Signed-off-by: ch vamshi krishna <chvamshi@xilinx.com> Co-authored-by: ch vamshi krishna <chvamshi@xilinx.com> (cherry picked from commit 8d07049)
1 parent 251149c commit a75e984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime_src/core/edge/user/aie_sys_parser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,6 @@ aie_sys_parser::aie_sys_read(const int col, const int row) const
161161
return pt;
162162
}
163163

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

0 commit comments

Comments
 (0)