blob: aa82a915533f0fff3685e980039bb7c86f4e42b1 [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_sparse_fsm_flop_bind ();
bind prim_sparse_fsm_flop prim_sparse_fsm_flop_if #(
.Width(Width),
.CustomForceName(CustomForceName)
) u_prim_sparse_fsm_flop_if (.*);
endmodule