Visible to Intel only — GUID: mbr1712203939114
Ixiasoft
Visible to Intel only — GUID: mbr1712203939114
Ixiasoft
2.4.1. System JTAG Clock
Specifying the clock constraints in every Nios® V processor system is an important system design consideration and is required for correctness and deterministic behavior. The Quartus® Prime Timing Analyzer performs static timing analysis to validate the timing performance of all logic in your design using industry-standard constraint, analysis, and reporting methodology.
Basic 100 MHz Clock with 50/50 Duty Cycle and 16 MHz JTAG Clock
#************************************************************** # Create 100MHz Clock #************************************************************** create_clock -name {clk} -period 10 [get_ports {clk}] #************************ Create 16MHz JTAG Clock #************************ create_clock -name {altera_reserved_tck} -period 62.500 [get_ports {altera_reserved_tck}] set_clock_groups -asynchronous -group [get_clocks {altera_reserved_tck}]