fix: clock name un xdc

This commit is contained in:
Phil
2026-04-28 13:13:40 +03:00
parent e083cd5c2e
commit c4a7c21bea

View File

@ -1,6 +1,6 @@
# Primary clocks
create_clock -name eth_clk -period 8.000 [get_ports eth_clk_in]
create_clock -name acc_clk -period 15.385 [get_ports acc_clk_in]
create_clock -name acc_clk -period 15.385 [get_ports clk_in]
# Asynchronous clock groups