design: hw_itl: Change gateway to an address different from the testing system
This commit is contained in:
parent
ba0cbed9bf
commit
d2a8e70ecc
@ -188,7 +188,7 @@ architecture eth of top_hwitl is
|
|||||||
constant IP_CONFIG : ipv4_configuration_t := (
|
constant IP_CONFIG : ipv4_configuration_t := (
|
||||||
ip_address => (x"C0", x"A8", x"02", x"02"),
|
ip_address => (x"C0", x"A8", x"02", x"02"),
|
||||||
subnet_mask => (x"FF", x"FF", x"FF", x"00"),
|
subnet_mask => (x"FF", x"FF", x"FF", x"00"),
|
||||||
gateway => (x"C0", x"A8", x"02", x"01")
|
gateway => (x"C0", x"A8", x"02", x"11")
|
||||||
);
|
);
|
||||||
|
|
||||||
signal rst : std_logic;
|
signal rst : std_logic;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user