Merge branch 'graphics' of https://github.com/hansungk/chipyard into graphics
This commit is contained in:
@@ -34,8 +34,8 @@ class WithRadBootROM(address: BigInt = 0x10000, size: Int = 0x10000, hang: BigIn
|
|||||||
// ----------------
|
// ----------------
|
||||||
|
|
||||||
class RadianceBaseConfig(argsBinFilename: String = "args.bin") extends Config(
|
class RadianceBaseConfig(argsBinFilename: String = "args.bin") extends Config(
|
||||||
// NOTE: when changing these, remember to change +define+NUM_CORES/THREADS/WARPS in
|
// NOTE: when changing these, remember to change NUM_CORES/THREADS/WARPS in
|
||||||
// radiance.mk as well!
|
// the verilog source as well!
|
||||||
new radiance.subsystem.WithSimtConfig(nWarps = 8, nCoreLanes = 8, nMemLanes = 8, nSrcIds = 32) ++
|
new radiance.subsystem.WithSimtConfig(nWarps = 8, nCoreLanes = 8, nMemLanes = 8, nSrcIds = 32) ++
|
||||||
new chipyard.config.WithSystemBusWidth(bitWidth = 256) ++
|
new chipyard.config.WithSystemBusWidth(bitWidth = 256) ++
|
||||||
new WithExtMemSize(BigInt("80000000", 16)) ++
|
new WithExtMemSize(BigInt("80000000", 16)) ++
|
||||||
|
|||||||
Submodule generators/radiance updated: 37fd0c6200...33aa4e08db
@@ -87,6 +87,7 @@ ifneq ($(EXT_FILELISTS),)
|
|||||||
cat $(EXT_FILELISTS) >> $(VLSI_RTL)
|
cat $(EXT_FILELISTS) >> $(VLSI_RTL)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
$(vlsi_dir)/make_syn_f.sh $(build_dir)
|
||||||
|
|
||||||
#########################################################################################
|
#########################################################################################
|
||||||
# srams
|
# srams
|
||||||
|
|||||||
Reference in New Issue
Block a user