Update name
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -26,4 +26,4 @@ project/metals.sbt
|
|||||||
project/project/
|
project/project/
|
||||||
.ivy2
|
.ivy2
|
||||||
.sbt
|
.sbt
|
||||||
classpath-cache/
|
.classpath_cache/
|
||||||
|
|||||||
@@ -146,7 +146,7 @@ ifeq ($(GENERATOR_PACKAGE),hwacha)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# classpaths
|
# classpaths
|
||||||
CLASSPATH_CACHE ?= $(base_dir)/classpath-cache
|
CLASSPATH_CACHE ?= $(base_dir)/.classpath_cache
|
||||||
CHIPYARD_CLASSPATH ?= $(CLASSPATH_CACHE)/chipyard.jar
|
CHIPYARD_CLASSPATH ?= $(CLASSPATH_CACHE)/chipyard.jar
|
||||||
TAPEOUT_CLASSPATH ?= $(CLASSPATH_CACHE)/tapeout.jar
|
TAPEOUT_CLASSPATH ?= $(CLASSPATH_CACHE)/tapeout.jar
|
||||||
# if *_CLASSPATH is a true java classpath, it can be colon-delimited list of paths (on *nix)
|
# if *_CLASSPATH is a true java classpath, it can be colon-delimited list of paths (on *nix)
|
||||||
|
|||||||
Reference in New Issue
Block a user