Add compress-acc (#1906)
* Add compress-acc * Bump compress-acc, add ci * update compress-acc url to https * Add docs * url oops * Bump compress-acc * BUMP * Use loadmem for ci runs * Add width widget * Bump
This commit is contained in:
@@ -67,3 +67,8 @@ class ReRoCCManyGemminiConfig extends Config(
|
||||
new gemmini.LeanGemminiConfig ++ // rerocc tile0 is gemmini
|
||||
new freechips.rocketchip.subsystem.WithNBigCores(4) ++ // 4 rocket cores
|
||||
new chipyard.config.AbstractConfig)
|
||||
|
||||
class ZstdCompressorRocketConfig extends Config(
|
||||
new compressacc.WithZstdCompressor ++
|
||||
new freechips.rocketchip.subsystem.WithNBigCores(1) ++
|
||||
new chipyard.config.AbstractConfig)
|
||||
|
||||
1
generators/compress-acc
Submodule
1
generators/compress-acc
Submodule
Submodule generators/compress-acc added at 580fc99a8d
Reference in New Issue
Block a user