OpenXiangShan / HuanCun

Open-source high-performance non-blocking cache
Other
67 stars 35 forks source link

configs: correct MaxHartIdBits #173

Closed cyyself closed 7 months ago

cyyself commented 7 months ago

Currently, many different lengths of HartId in Xiangshan, making it hard to configure it to scale more than 16 cores since we have set 4bits somewhere. This commit corrects MaxHartIdBits in config and uses MaxHartIDBits where it needs to get this solved.