blob: 564c8af98dbe0d15ed03f403de65549c81a70051 [file] [log] [blame]
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
//
module padctrl_bind;
bind padring padring_assert padring_assert (
.*
);
bind padctrl padctrl_assert #(
.Impl(Impl)
) padctrl_assert (
.*
);
endmodule : padctrl_bind