Fix KittCarPWM to adjust BIT_LENGTH by reducing it by one
This commit is contained in:
@@ -63,7 +63,7 @@ BEGIN
|
||||
BEGIN
|
||||
PWM : PulseWidthModulator
|
||||
GENERIC MAP(
|
||||
BIT_LENGTH => PERIOD_BIT_LENGTH
|
||||
BIT_LENGTH => PERIOD_BIT_LENGTH - 1
|
||||
)
|
||||
PORT MAP(
|
||||
reset => reset,
|
||||
|
||||
Reference in New Issue
Block a user