3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-14 03:05:41 +00:00

Reformat scl cache.

This commit is contained in:
nella 2026-07-10 14:51:58 +02:00
parent b678c238e4
commit 68aaa34975

View file

@ -50,7 +50,6 @@ inline std::string convert_liberty_files_to_merged_scl(const std::vector<std::st
hash_input += dont_use_args;
// Include build datetime so caches from other builds are not reused
hash_input += "|";
hash_input += yosys_build_datetime_str;
unsigned int hash = 0;