blob: 5d25a604a6292d87fe649726e8dbd3c60a011a6a [file]
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
module sec_cm_prim_onehot_check_bind ();
bind prim_onehot_check prim_onehot_check_if #(
.AddrWidth (AddrWidth),
.OneHotWidth(OneHotWidth),
.AddrCheck (AddrCheck),
.EnableCheck(EnableCheck),
.StrictCheck(StrictCheck)
) u_prim_onehot_check_if (.*);
endmodule