Pulses Should Not Be Implemented Asynchronously (Design Assistant Rule)

A pulse generator in a design should not generate pulses in one of the following ways:

These pulse generators are asynchronous, where the generated pulse width is always equal to the clock period. As a result, the pulse widths depend on circuit delay. For example, the pulse width generated by a pulse generator that uses a 2-input AND gate depends on the relative delays of the path that drives the AND gate directly and the path that the design inverts before driving the AND gate.

The following image shows an example of a recommended pulse generator that is implemented in a synchronous manner:





Important: Important: This rule can be turned on or off as a global setting for the entire design on the Design Assistant page; or enabled or disabled for nodes, entities, or instances with Rule A105. This rule has a Critical severity level.