blob: ad0bb347705c9e5feed3469b0cb5bdf205841561 [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_count_bind ();
bind prim_count prim_count_if #(.Width(Width)) u_prim_count_if (.*);
endmodule