Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHELP:how to remove these timing critical warning
I get some critical warnings for timing,when I make the TSE project. I want to implement a 150MHz nios II system of TSE transciever, and I almost finish the hardware of nios II with the DE...
Altera_Forum
Honored Contributor
14 years agofirst thanks for your help.
yes I place a pipeline bridge between cpu and jtag. as : cpu <----->pipeline bridge <---->[jtag uart,sysid,timer,..] but these critical warning are for the TSE. so it is a little complicated and difficult to me. --- Quote Start --- Look for the top failing paths report in Timequest to determine where you need to add more pipelining. A typical path that needs a pipeline bridge is the one between the Nios CPU masters (data and instruction) and the CPU's JTAG debug slave interface. Going over 100MHz on a Nios II system on a Cyclone FPGA is possible, but requires some patience... --- Quote End ---