Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#0: Fix grabbing data from ethernet cores
I'm seeing `Always | FATAL | Bounds-Error -- Logical_core=(x=9,y=0) is outside of ethernet logical grid`, because we're passing a physical core to a function that expects a logical core. tt::Cluster::instance().get_soc_desc(device_id).physical_ethernet_cores returns a physical coordinates, so we don't need a conversion there.
- Loading branch information