Altera_Forum
Honored Contributor
14 years agoCritical Warnings on altera_reserved_tck hold and removal time violations
Hi,
The Simple Socket Server example, after the synthesis, gives me three critical warnings: "Timinig Requirements not met"...in TimeQuest Timing Analyzer report I found "in red" two headings: Hold and Removal Time for "altera_reserved_tck" clock. In DE4_Ethernet.sdc file I found three constrains about this altera_reserved_tck clock: create_clock -name {altera_reserved_tck} -period 100.000 -waveform { 0.000 50.000 } [get_ports {altera_reserved_tck}] set_clock_groups -asynchronous -group [get_clocks {altera_reserved_tck}] set_clock_groups -asynchronous -group [get_clocks {altera_reserved_tck}] Do you have any opinion about that??? Regards