Add Blackwell tensor core support to Chipyard
Some checks failed
update-circt / update-circt (push) Has been cancelled
Some checks failed
update-circt / update-circt (push) Has been cancelled
- Update RadianceConfigs.scala with Blackwell configurations - Update Verilator Makefile with optimized build flags - Update submodules: radiance (Blackwell implementation), gemmini (params update) - Update build flags and gitignore
This commit is contained in:
@@ -285,6 +285,10 @@ get_out_name = $(subst $() $(),_,$(notdir $(basename $(1))))
|
||||
LOADMEM ?=
|
||||
LOADARCH ?=
|
||||
|
||||
ifeq ($(CONFIG),VirgoBlackwellConfig)
|
||||
override LOADMEM = 1
|
||||
endif
|
||||
|
||||
ifneq ($(LOADARCH),)
|
||||
override BINARY = $(addsuffix /mem.elf,$(LOADARCH))
|
||||
override BINARIES = $(addsuffix /mem.elf,$(LOADARCH))
|
||||
|
||||
Reference in New Issue
Block a user