blob: 99e63f9e1fb4b3b03819cd00cc6fd5c06371b79d [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 interface to the top-level csrng module.
module csrng_cov_bind;
bind csrng csrng_cov_if u_csrng_cov_if (.*);
endmodule