fpga support and arty a7 100t #38

Merged
programmerjake merged 20 commits from programmerjake/fayalite:fpga-support-and-arty-a7-100t into master 2025-10-22 05:36:13 +00:00
Showing only changes of commit 42e3179a60 - Show all commits

View file

@ -194,7 +194,7 @@ fn write_file_atomically_no_clobber<F: FnOnce() -> C, C: AsRef<[u8]>>(
impl ExternalJobCaching {
pub fn get_cache_dir_from_output_dir(output_dir: &str) -> PathBuf {
Path::join(output_dir.as_ref(), ".cache")
Path::join(output_dir.as_ref(), ".fayalite-job-cache")
}
pub fn make_cache_dir(
cache_dir: impl AsRef<Path>,