eth: Minor example design cleanup

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich
2026-02-20 13:54:48 -08:00
parent 2b2450da54
commit 8fe55a6aae
3 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
# Taxi Example Design for Nexus K35-S/K3P-S (ExaNIC X10/X25)
# Taxi Example Design for Cisco Nexus K35-S/K3P-S (ExaNIC X10/X25)
## Introduction
@@ -13,7 +13,7 @@ The design places looped-back MACs on the SFP+ cages.
* FPGA:
* K35-S/X10: xcku035-fbva676-2-e
* K3P-S/X235: xcku3p-ffvb676-2-e
* K3P-S/X25: xcku3p-ffvb676-2-e
* 25GBASE-R PHY: Soft PCS with GTH or GTY transceiver
## Licensing

View File

@@ -47,8 +47,8 @@ set_output_delay 0 [get_ports {sfp_led[*][*] sma_led[*]}]
#set_property -dict {LOC B19 IOSTANDARD LVCMOS18 SLEW SLOW DRIVE 12} [get_ports {sma_out_en}]
#set_property -dict {LOC C16 IOSTANDARD LVCMOS18 SLEW SLOW DRIVE 12} [get_ports {sma_term_en}]
#set_false_path -to [get_ports {sma_out sma_term sma_term_en}]
#set_output_delay 0 [get_ports {sma_out sma_term sma_term_en}]
#set_false_path -to [get_ports {sma_out sma_out_en sma_term_en}]
#set_output_delay 0 [get_ports {sma_out sma_out_en sma_term_en}]
#set_false_path -from [get_ports {sma_in}]
#set_input_delay 0 [get_ports {sma_in}]

View File

@@ -47,8 +47,8 @@ set_output_delay 0 [get_ports {sfp_led[*][*] sma_led[*]}]
#set_property -dict {LOC A13 IOSTANDARD LVCMOS33 SLEW SLOW DRIVE 12} [get_ports {sma_out_en}]
#set_property -dict {LOC B12 IOSTANDARD LVCMOS33 SLEW SLOW DRIVE 12} [get_ports {sma_term_en}]
#set_false_path -to [get_ports {sma_out sma_term sma_term_en}]
#set_output_delay 0 [get_ports {sma_out sma_term sma_term_en}]
#set_false_path -to [get_ports {sma_out sma_out_en sma_term_en}]
#set_output_delay 0 [get_ports {sma_out sma_out_en sma_term_en}]
#set_false_path -from [get_ports {sma_in}]
#set_input_delay 0 [get_ports {sma_in}]