On Thu, 4 Jul 2019 at 08:49, Joel Stanley wrote:
>
> On Tue, 2 Jul 2019 at 19:19, Peter Maydell wrote:
> >
> > On Tue, 18 Jun 2019 at 17:53, Cédric Le Goater wrote:
> > >
> > > From: Joel Stanley
> > >
> > > The RTC is modeled to provide time and date functionality. It is
> > > initialised at z
On Tue, 2 Jul 2019 at 19:19, Peter Maydell wrote:
>
> On Tue, 18 Jun 2019 at 17:53, Cédric Le Goater wrote:
> >
> > From: Joel Stanley
> >
> > The RTC is modeled to provide time and date functionality. It is
> > initialised at zero to match the hardware.
> >
> > There is no modelling of the alar
On Tue, 18 Jun 2019 at 17:53, Cédric Le Goater wrote:
>
> From: Joel Stanley
>
> The RTC is modeled to provide time and date functionality. It is
> initialised at zero to match the hardware.
>
> There is no modelling of the alarm functionality, which includes the IRQ
> line. As there is no guest
From: Joel Stanley
The RTC is modeled to provide time and date functionality. It is
initialised at zero to match the hardware.
There is no modelling of the alarm functionality, which includes the IRQ
line. As there is no guest code to exercise this function that is
acceptable for now.
Signed-of