Update name

This commit is contained in:
abejgonzalez
2023-05-26 13:28:04 -07:00
parent b65d8ef6c6
commit bb958d3309
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@@ -26,4 +26,4 @@ project/metals.sbt
project/project/
.ivy2
.sbt
classpath-cache/
.classpath_cache/

View File

@@ -146,7 +146,7 @@ ifeq ($(GENERATOR_PACKAGE),hwacha)
endif
# classpaths
CLASSPATH_CACHE ?= $(base_dir)/classpath-cache
CLASSPATH_CACHE ?= $(base_dir)/.classpath_cache
CHIPYARD_CLASSPATH ?= $(CLASSPATH_CACHE)/chipyard.jar
TAPEOUT_CLASSPATH ?= $(CLASSPATH_CACHE)/tapeout.jar
# if *_CLASSPATH is a true java classpath, it can be colon-delimited list of paths (on *nix)