Skip to content

Commit

Permalink
Smallfix
Browse files Browse the repository at this point in the history
  • Loading branch information
akashlevy committed Sep 27, 2024
1 parent f6d577a commit 5a27db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontends/verific/verific.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3758,7 +3758,7 @@ struct VerificPass : public Pass {
exe_path[length] = '\0';

// Get dirname of exe path
const char *dirname = FileSystem::Dirname(exe_path).c_str();
const char *dirname = FileSystem::Dirname(exe_path);
std::string ghdl_path = std::string(dirname) + "/bin/ghdl";
log("Exe path: %s\n", exe_path);
log("Exe dirname: %s\n", dirname);
Expand Down

0 comments on commit 5a27db1

Please sign in to comment.