Timing Requirements not met
Hi All,
I am using Altera CPLD "EPM7064" as a Replacement of Atmel "ATF1504" the original code was generated and tested for ATF1504 in "pro chip designer tool" using Verilog, when the same code is compiled in Quartus II Version 13.00 it get compiled but with 11 warning msg if I ignore them and Burn the generated pof file in Chip it is working but having some issue when compared to Orignal code generated for ATF1504
And the Interesting and confusing part is that If I use pof to jed conversion tool and convert the same pof file generated for Altera IC and convert it to Jed for Atmel IC and burn into Atmel ATF1504 it is working fine without any issue.
Is that a hardware issue or Altera is malfunctioning due to its warning msg
I read about the warning and find that I have to provide .sdc constrain file so I write 2 constrain in it as mentioned bellow
- create_clock -period 17857.142857143 {get_ports pulse}
- create_clock -period 17857.142857143 {get_ports pwmin2}
As my pulse ( mail clock ) is driving on 56khz
still have the same issue and some warning
Please find the complete details in the attached doc file