-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#9500: Update eth_interface include in tt_cluster to not be hardcoded…
… for WH
- Loading branch information
1 parent
4c11d3d
commit 6315e46
Showing
4 changed files
with
39 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
// SPDX-FileCopyrightText: © 2023 Tenstorrent Inc. | ||
// | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
#pragma once | ||
|
||
#include "tt_metal/third_party/umd/src/firmware/riscv/blackhole/eth_interface.h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
// SPDX-FileCopyrightText: © 2023 Tenstorrent Inc. | ||
// | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
#pragma once | ||
|
||
const uint32_t ETH_RACK_COORD_WIDTH = 0; | ||
const uint32_t CMD_BUF_SIZE_MASK = 0; | ||
const uint32_t MAX_BLOCK_SIZE = 0; | ||
const uint32_t REQUEST_CMD_QUEUE_BASE = 0; | ||
const uint32_t RESPONSE_CMD_QUEUE_BASE = 0; | ||
const uint32_t CMD_COUNTERS_SIZE_BYTES = 0; | ||
const uint32_t REMOTE_UPDATE_PTR_SIZE_BYTES = 0; | ||
const uint32_t CMD_DATA_BLOCK = 0; | ||
const uint32_t CMD_WR_REQ = 0; | ||
const uint32_t CMD_WR_ACK = 0; | ||
const uint32_t CMD_RD_REQ = 0; | ||
const uint32_t CMD_RD_DATA = 0; | ||
const uint32_t CMD_BUF_SIZE = 0; | ||
const uint32_t CMD_DATA_BLOCK_DRAM = 0; | ||
const uint32_t ETH_ROUTING_DATA_BUFFER_ADDR = 0; | ||
const uint32_t REQUEST_ROUTING_CMD_QUEUE_BASE = 0; | ||
const uint32_t RESPONSE_ROUTING_CMD_QUEUE_BASE = 0; | ||
const uint32_t CMD_BUF_PTR_MASK = 0; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
// SPDX-FileCopyrightText: © 2023 Tenstorrent Inc. | ||
// | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
#pragma once | ||
|
||
#include "tt_metal/third_party/umd/src/firmware/riscv/wormhole/eth_interface.h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters