Re: [PATCH v2 4/4] hw/misc: Add a PWM module for NPCM7XX

2020-12-13 Thread Philippe Mathieu-Daudé
On 12/11/20 11:22 PM, Hao Wu via wrote: > The PWM module is part of NPCM7XX module. Each NPCM7XX module has two > identical PWM modules. Each module contains 4 PWM entries. Each PWM has > two outputs: frequency and duty_cycle. Both are computed using inputs > from software side. > > This module do

[PATCH v2 4/4] hw/misc: Add a PWM module for NPCM7XX

2020-12-11 Thread Hao Wu via
The PWM module is part of NPCM7XX module. Each NPCM7XX module has two identical PWM modules. Each module contains 4 PWM entries. Each PWM has two outputs: frequency and duty_cycle. Both are computed using inputs from software side. This module does not model detail pulse signals since it is expens