Skip to content

Commit 2e69f50

Browse files
committed
Re-instantiate the same IP used in other TBs
Modified while testing things locally Signed-off-by: Víctor Mayoral Vilches <[email protected]>
1 parent 7d3d1c8 commit 2e69f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/KR260/fpga/tb/fpga_core/test_fpga_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ async def run_test(dut):
9999

100100
payload = bytes([x % 256 for x in range(256)])
101101
eth = Ether(src='5a:51:52:53:54:55', dst='02:00:00:00:00:00')
102-
ip = IP(src='192.168.2.100', dst='192.168.2.128')
102+
ip = IP(src='192.168.1.100', dst='192.168.1.128')
103103
udp = UDP(sport=5678, dport=1234)
104104
test_pkt = eth / ip / udp / payload
105105

0 commit comments

Comments
 (0)