design: hw_itl: Change gateway to an address different from the testing system

This commit is contained in:
Markus Perkins 2025-09-19 10:22:13 +02:00
parent ba0cbed9bf
commit d2a8e70ecc

View File

@ -188,7 +188,7 @@ architecture eth of top_hwitl is
constant IP_CONFIG : ipv4_configuration_t := (
ip_address => (x"C0", x"A8", x"02", x"02"),
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;