blob: d54ead5a808d3a6b2e1239c0e8b1ad6b1f703160 [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 gpio_bind;
bind gpio tlul_assert tlul_assert_host (
.clk_i,
.rst_ni,
.h2d (tl_i),
.d2h (tl_o)
);
endmodule