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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user