Entity: top

Diagram

std_logic clk std_logic rstn std_logic in_valid std_logic_vector(7 downto 0) in_data std_logic out_ready std_logic in_ready std_logic out_valid std_logic_vector(7 downto 0) out_data

Description

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Copyright (c) 2014-2021, Lars Asplund lars.anders.asplund@gmail.com A simple entity just for example

Ports

Port name Direction Type Description
clk in std_logic
rstn in std_logic
in_valid in std_logic
in_ready out std_logic
in_data in std_logic_vector(7 downto 0)
out_valid out std_logic
out_ready in std_logic
out_data out std_logic_vector(7 downto 0)

Instantiations