lib/axi_pwm_gen: Update pause_cnt logic (#1271)

Signed-off-by: Ioan-daniel Pop <Pop.Ioan-daniel@analog.com>
main
PIoandan 2024-02-07 11:16:40 +02:00 committed by GitHub
parent f01d7e5951
commit 86cd484865
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
// ***************************************************************************
// ***************************************************************************
// Copyright (C) 2021-2023 Analog Devices, Inc. All rights reserved.
// Copyright (C) 2021-2024 Analog Devices, Inc. All rights reserved.
//
// In this HDL repository, there are many different and unique modules, consisting
// of various HDL (Verilog or VHDL) components. The individual modules are
@ -298,7 +298,8 @@ module axi_pwm_gen #(
end
end
assign pause_cnt = ((pwm_armed[1] |
assign pause_cnt = ((pwm_armed[0] |
pwm_armed[1] |
pwm_armed[2] |
pwm_armed[3] |
pwm_armed[4] |