From 974b487377e7c287136be77ec15936f12ba29139 Mon Sep 17 00:00:00 2001 From: bamsumit Date: Wed, 24 Apr 2024 08:11:52 -0700 Subject: [PATCH] 10G ethernet switch patch from Harry (#854) Signed-off-by: bamsumit --- src/lava/magma/core/process/ports/connection_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lava/magma/core/process/ports/connection_config.py b/src/lava/magma/core/process/ports/connection_config.py index 551a7b50f..2b5aca897 100644 --- a/src/lava/magma/core/process/ports/connection_config.py +++ b/src/lava/magma/core/process/ports/connection_config.py @@ -55,5 +55,6 @@ class ConnectionConfig: spike_io_mode: SpikeIOMode = SpikeIOMode.TIME_COMPARE num_time_buckets: int = 1 << 16 ethernet_mac_address: str = "0x90e2ba01214c" + loihi_mac_address: str = "0x0015edbeefed" ethernet_chip_id: ty.Optional[ty.Tuple[int, int, int]] = None ethernet_chip_idx: ty.Optional[int] = None