blob: 007e8bf338930f51ec51606b5333a5ec1bc59ffe [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 edn functional coverage interface to the top-level edn module.
module edn_cov_bind;
bind edn edn_cov_if u_edn_cov_if (.*);
endmodule