Rename CHIPYARD_CLASSPATH to GENERATOR_CLASSPATH

This name better reflects that this classpath must contain a Generator main,
but does not have to necessarily be the chipyard project in build.sbt
This commit is contained in:
Jerry Zhao
2024-05-16 09:51:40 -07:00
parent 9737d62635
commit 0c3ede15af
2 changed files with 7 additions and 7 deletions

View File

@@ -160,8 +160,8 @@ endif
# classpaths
CLASSPATH_CACHE ?= $(base_dir)/.classpath_cache
# The chipyard classpath must contain the Generator main
CHIPYARD_CLASSPATH ?= $(CLASSPATH_CACHE)/$(SBT_PROJECT).jar
# The generator classpath must contain the Generator main
GENERATOR_CLASSPATH ?= $(CLASSPATH_CACHE)/$(SBT_PROJECT).jar
# The tapeout classpath must contain MacroCompiler
TAPEOUT_CLASSPATH ?= $(CLASSPATH_CACHE)/tapeout.jar