Skip to content

Commit

Permalink
fix: descriptive logs
Browse files Browse the repository at this point in the history
  • Loading branch information
hakan-demirli committed Feb 1, 2024
1 parent c1d3288 commit 7dbe288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/driver.cc
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ int main(int argc, char **argv)
read_history(yosys_history_file.c_str());
yosys_history_offset = where_history();
} else {
log("state_dir is empty. No history file will be created.");
log("Directory to put history file does not exist. If you are on Windows either $HOMEDRIVE or $HOMEPATH is empty.");
}
#endif

Expand Down

0 comments on commit 7dbe288

Please sign in to comment.