blob: f8aa78f06fa61d494740a5db6efd78a3d4c00127 [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 csrng functional coverage interaface to the top level csrng module.
module csrng_cov_bind;
bind csrng csrng_cov_if u_csrng_cov_if (.*);
endmodule