Skip to content

Commit ee65d91

Browse files
Add P200 support
1 parent a93e8f8 commit ee65d91

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

fboss/lib/platform_mapping_v2/read_files_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ def read_si_settings( # noqa: C901
517517
)
518518

519519
tx_kwargs: Dict[str, Any] = {}
520-
if chip.core_type == CoreType.G200:
520+
if chip.core_type in (CoreType.G200, CoreType.P200):
521521
# pyrefly: ignore [missing-attribute]
522522
if "TX_PRE3" in column_names and row[Column.TX_PRE3]:
523523
# pyrefly: ignore [missing-attribute]

fboss/lib/platform_mapping_v2/test/verify_generated_files.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ class TestVerifyPlatformMappingGeneratedFiles(unittest.TestCase):
5757
"tahansb800bc_test_fixture",
5858
"wedge800bact",
5959
"m4062nhp",
60+
"m5120csc",
6061
"wedge800bnhp",
6162
"wedge800cact",
6263
"blackwolf800banw",

0 commit comments

Comments
 (0)