blob: 37f9fdfab9592814ba4954a0b762010388696de3 [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 UART functional coverage interaface to the top level AES module.
module aes_cov_bind;
bind aes aes_cov_if u_aes_cov_if (
.clk_i (clk_i)
);
endmodule