update gemmini config

This commit is contained in:
Richard Yan
2024-03-20 16:13:27 -07:00
parent ae6e739655
commit 3510b3d44f

View File

@@ -355,10 +355,14 @@ class RadianceTile private (
use_tl_ext_mem = true,
tl_ext_mem_base = x"ff000000",
sp_singleported = false,
spad_read_delay = 8,
spad_read_delay = 4,
use_shared_ext_mem = true,
acc_sub_banks = 1,
has_normalizations = false,
meshRows = 8,
meshColumns = 8,
dma_buswidth = 256,
tile_latency = 0,
sp_capacity = CapacityInKilobytes(16),
acc_capacity = CapacityInKilobytes(8),
)))