eth: Fix CMAC location constraints

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich
2026-08-10 01:15:45 -07:00
parent 3eb6677d20
commit b5bd7b163f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
# CMACs
set_property LOC CMACE4_X0Y0 [get_cells -hierarchical -filter {NAME =~ mac.qsfp_mac_inst/cmac.cmac_inst/inst/i_taxi_eth_mac_100g_us_cmac_top/* && REF_NAME==CMACE4}]
set_property LOC CMACE4_X0Y0 [get_cells -hierarchical -filter {NAME =~ core_inst/mac.qsfp_mac_inst/cmac.cmac_inst/inst/i_taxi_eth_mac_100g_us_cmac_top/* && REF_NAME==CMACE4}]

View File

@@ -1,3 +1,3 @@
# CMACs
set_property LOC CMAC_SITE_X0Y1 [get_cells -hierarchical -filter {NAME =~ mac.qsfp_mac_inst/cmac.cmac_inst/inst/i_taxi_eth_mac_100g_us_cmac_top/* && REF_NAME==CMAC}]
set_property LOC CMAC_SITE_X0Y1 [get_cells -hierarchical -filter {NAME =~ core_inst/mac.qsfp_mac_inst/cmac.cmac_inst/inst/i_taxi_eth_mac_100g_us_cmac_top/* && REF_NAME==CMAC}]