First page Back Continue Last page Overview Graphics
Add Constraints: Defining the clock
Most of the paths can be constrained by defining a clock.
Example: Create a clock called “master_clock", applied to the input port "Clock", with a period of 8 ns with the following command:
create_clock –period 20 -name master_clock [get_ports Clock]
Keep adding constraints until there are no more warnings.