Forum Discussion
ArjunGoel
New Contributor
4 years agoProblem in compiling verilog code for EMP7064
Hello,
We have a verilog code which we build on Atmel ProChip Version 5.0 for ATF1504AS (5V and 44pin TQFP). Same is attached as "Atmel.zip".
The output file is a .jed and we were of the opinio...
sstrell
Super Contributor
4 years ago.sdc files define timing constraints for your design to guide the Fitter during place and route. Your design may be failing timing, which might explain why it's not working. Take a look at the appropriate timing analyzer user guide here:
Also, your flipflop design is not the proper implementation of a register so they are getting implemented as latches, which can also cause timing issues. See the Design Recommendations user guide at that same link for recommendations on how to properly code for registers.