Skip to content
Snippets Groups Projects
Commit 296743e2 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Rename 1GbE-I into eth_0 and II into eth_1.

parent 78cc0fa3
No related branches found
No related tags found
1 merge request!294Resolve L2SDP-837
Pipeline #40206 failed
......@@ -35,7 +35,7 @@ USE technology_lib.technology_pkg.ALL;
ENTITY unb2c_test_1GbE_I IS
GENERIC (
g_design_name : STRING := "unb2c_test_1GbE_I";
g_design_note : STRING := "Uses only Eth0";
g_design_note : STRING := "Uses only eth_0";
g_sim : BOOLEAN := FALSE; --Overridden by TB
g_sim_unb_nr : NATURAL := 0;
g_sim_node_nr : NATURAL := 0;
......
......@@ -35,7 +35,7 @@ USE technology_lib.technology_pkg.ALL;
ENTITY unb2c_test_1GbE_II IS
GENERIC (
g_design_name : STRING := "unb2c_test_1GbE_II";
g_design_note : STRING := "Use Eth0 and Eth1";
g_design_note : STRING := "Use eth_0 and eth_1";
g_sim : BOOLEAN := FALSE; --Overridden by TB
g_sim_unb_nr : NATURAL := 0;
g_sim_node_nr : NATURAL := 0;
......
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