Add mii clocks to constraints
This commit is contained in:
@@ -2,4 +2,9 @@ create_clock -period 5.00 i_sdrclk
|
|||||||
create_clock -period 5.00 i_tACclk
|
create_clock -period 5.00 i_tACclk
|
||||||
create_clock -period 10.00 i_sysclk
|
create_clock -period 10.00 i_sysclk
|
||||||
|
|
||||||
|
create_clock -period 40.00 mii_rx_clk
|
||||||
|
create_clock -period 40.00 mii_tx_clk
|
||||||
|
|
||||||
|
set_clock_groups -exclusive -group {i_sysclk i_sdrclk i_tACclk} -group {mii_tx_clk} -group {mii_rx_clk}
|
||||||
|
|
||||||
create_generated_clock -source i_sysclk -divide_by 50 clk_cpu
|
create_generated_clock -source i_sysclk -divide_by 50 clk_cpu
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<efx:project xmlns:efx="http://www.efinixinc.com/enf_proj" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="super6502_fpga" description="" last_change_date="Mon Sep 09 2024 10:58:57 PM" location="/cluster/projects/super6502/hw/super6502_fpga" sw_version="2023.1.150" last_run_state="pass" last_run_tool="efx_pgm" last_run_flow="bitstream" config_result_in_sync="sync" design_ood="sync" place_ood="sync" route_ood="sync" xsi:schemaLocation="http://www.efinixinc.com/enf_proj enf_proj.xsd">
|
<efx:project xmlns:efx="http://www.efinixinc.com/enf_proj" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="super6502_fpga" description="" last_change_date="Mon Sep 09 2024 11:15:46 PM" location="/cluster/projects/super6502/hw/super6502_fpga" sw_version="2023.1.150" last_run_state="pass" last_run_tool="efx_pgm" last_run_flow="bitstream" config_result_in_sync="sync" design_ood="sync" place_ood="sync" route_ood="sync" xsi:schemaLocation="http://www.efinixinc.com/enf_proj enf_proj.xsd">
|
||||||
<efx:device_info>
|
<efx:device_info>
|
||||||
<efx:family name="Trion" />
|
<efx:family name="Trion" />
|
||||||
<efx:device name="T20F256" />
|
<efx:device name="T20F256" />
|
||||||
|
|||||||
Reference in New Issue
Block a user