Re: [PATCH 01/11] hw/ssi: Add K230 DesignWare SSI register model

Kangjie Huang <[email protected]> Mon, 27 Jul 2026 16:20:13 +0800
Newsgroups org.nongnu.qemu-riscv,org.nongnu.qemu-devel
Message-ID <CAAW0U4YezAk=RRM2ERqen=znt=kY4+nLrjJOEE2r=pwzc0Q+vA@mail.gmail.com>
Hi Bin,
Bin Meng <[email protected]> =E4=BA=8E2026=E5=B9=B47=E6=9C=8827=E6=97=A5=
=E5=91=A8=E4=B8=80 12:45=E5=86=99=E9=81=93=EF=BC=9A
>
> Please split the model into 2 models:
>
> - One generic model for Synopsys DesignWare SSI controller
> - One K230 specific wrapper model on top of the Synopsys DesignWare
> SSI controller [optional, if the generic model is enough to make the
> k230 software happy]
>
> This way we can reuse the Synopsys DesignWare SSI controller model by
> other machines in the future.

Thanks for the review and the suggestion!
I will look into the common parts between the generic DesignWare SSI
and the K230 implementation, and complete the split in v2.

Regards,
Kangjie