Skip to content
Snippets Groups Projects
Commit 0425c775 authored by Reinier van der Walle's avatar Reinier van der Walle
Browse files

changed default g_technology value from c_tech_stratixiv to

c_tech_select_default
parent 59828047
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ USE common_lib.common_network_total_header_pkg.ALL;
USE common_lib.tb_common_pkg.ALL;
USE dp_lib.dp_stream_pkg.ALL;
USE dp_lib.tb_dp_pkg.ALL;
USE technology_lib.technology_pkg.ALL;
USE technology_lib.technology_select_pkg.ALL;
USE tech_tse_lib.tech_tse_pkg.ALL;
USE tech_tse_lib.tb_tech_tse_pkg.ALL;
USE WORK.eth_pkg.ALL;
......@@ -53,7 +53,7 @@ ARCHITECTURE tb OF tb_eth_udp_offload IS
CONSTANT c_rl : NATURAL := 1;
CONSTANT c_pulse_active : NATURAL := 1;
CONSTANT c_pulse_period : NATURAL := 7;
CONSTANT c_technology_dut : NATURAL := c_tech_stratixiv;
CONSTANT c_technology_dut : NATURAL := c_tech_select_default;
-- tb specific
CONSTANT c_nof_repeat : NATURAL := 10;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment