Where do Constraints go?
Timing constraints may be applied to a Schematic using the TIMESPEC symbol (FROM:TO’s)
They can be added to HDL source code if your compiler supports them
They can be input in a separate file called a .UCF (User Constraints File)
Some constraints must be placed in the PCF (Physical Constraints File). Normally, the PCF should be avoided by users.