mirror of https://github.com/YosysHQ/yosys.git
fix: descriptive logs
This commit is contained in:
parent
c1d3288654
commit
7dbe288d6f
|
@ -271,7 +271,7 @@ int main(int argc, char **argv)
|
||||||
read_history(yosys_history_file.c_str());
|
read_history(yosys_history_file.c_str());
|
||||||
yosys_history_offset = where_history();
|
yosys_history_offset = where_history();
|
||||||
} else {
|
} 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
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue