blob: 9570e681d291016163f25095233bb8dde713c7c2 [file] [log] [blame]
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
module ${name}_bind;
% if is_cip:
bind ${name} tlul_assert tlul_assert (
.clk_i,
.rst_ni,
.h2d (tl_i),
.d2h (tl_o)
);
% endif
endmodule