On 2022/5/10 上午4:29, Richard Henderson wrote:
On 4/29/22 05:06, Xiaojuan Yang wrote:
+ DEFINE_LOONGARCH_CPU_TYPE("Loongson-3A5000", loongarch_3a5000_initfn),
Follow up on the comments against patch 34, and reading the 3A5000
manual, I see
# On-chip integration of four 64-bit quad-launch superscalar GS464v
processor cores.
Therefore it would seem that the cpu core here in target/loongarch/
should be named "gs464v", and the 3A5000 name should be reserved for
the cpu package over in hw/loongarch/.
OK, the lastest manual [1] the cpu core named ' LA464', I will
correct it on v4.
[1] :
https://loongson.github.io/LoongArch-Documentation/Loongson-3A5000-usermanual-EN.pdf
Thanks.
Xiaojuan