From d2a8e70eccbad0c57e4996289e2f26613c06d2f8 Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Fri, 19 Sep 2025 10:22:13 +0200 Subject: [PATCH] design: hw_itl: Change gateway to an address different from the testing system --- design/top_hwitl.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design/top_hwitl.vhd b/design/top_hwitl.vhd index 57aa49e..607f7cf 100644 --- a/design/top_hwitl.vhd +++ b/design/top_hwitl.vhd @@ -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;