Skip to content
Snippets Groups Projects
Commit 05941a74 authored by Zanting's avatar Zanting
Browse files

Added technology generic

parent 5b6636ae
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@
-- Purpose:
-- . Wrapper containing dp_offload_tx and design-specific header fields
LIBRARY IEEE, common_lib, work, mm_lib, unb1_board_lib, dp_lib, tech_tse_lib;
LIBRARY IEEE, common_lib, work, mm_lib, technology_lib, unb1_board_lib, dp_lib, tech_tse_lib;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.NUMERIC_STD.ALL;
USE common_lib.common_pkg.ALL;
......@@ -31,8 +31,12 @@ USE dp_lib.dp_stream_pkg.ALL;
USE common_lib.common_field_pkg.ALL;
USE unb1_board_lib.unb1_board_pkg.ALL;
USE tech_tse_lib.tech_tse_pkg.ALL;
USE technology_lib.technology_select_pkg.ALL;
ENTITY arts_unb1_sc1_offload IS
GENERIC (
g_technology : NATURAL := c_tech_select_default
);
PORT (
mm_rst : IN STD_LOGIC;
mm_clk : IN STD_LOGIC;
......@@ -138,6 +142,7 @@ BEGIN
u_dp_offload_tx : ENTITY dp_lib.dp_offload_tx
GENERIC MAP (
g_technology => g_technology,
g_nof_streams => c_nof_offload_streams,
g_data_w => c_tech_tse_data_w,
g_use_complex => FALSE,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment