blob: 1156bb84d1c917bd6b766f6b3f2f2b28afedaf3c [file] [log] [blame]
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
//
// Binds PWM functional coverage interaface to the top level PWM module.
module pwm_cov_bind;
bind pwm pwm_cov_if u_pwm_cov_if (.*);
endmodule