Skip to content

Commit

Permalink
Merge pull request #264 from SpiNNakerManchester/simplify_cpu_infos
Browse files Browse the repository at this point in the history
Hide CPUInfo object
  • Loading branch information
rowleya committed Oct 10, 2023
2 parents 4773390 + f57fee6 commit b86c978
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
def get_data_region_address(placement, region):
# Get the App Data for the core
transceiver = FecDataView.get_transceiver()
app_data_base_address = transceiver.get_cpu_information_from_core(
placement.x, placement.y, placement.p).user[0]
app_data_base_address = transceiver.get_region_base_address(
placement.x, placement.y, placement.p)

# Get the provenance region base address
address_location = get_region_base_address_offset(
Expand Down

0 comments on commit b86c978

Please sign in to comment.