CAUSE: | In a Verilog Design File (.v) at the specified location, you used a pullup or pulldown primitive. However, the pullup and pulldown gates are not supported for Integrated Synthesis, because resisitve pullup and pulldown primitives cannot be implemented in Altera devices, except as part of a tri-state driver driving a bidirectional pin. |
ACTION: | If you need to implement a tri-state driver driving a bidirectional pin, use a construct like the one shown in the following example:if (enable == 1'b1)For all other cases, edit the design to use only logic value 1 and logic value 0 . |
See also:
Section 7.1 and 7.8 of the IEEE Std. 1364-2001 IEEE Standard Verilog Hardware Description Language manual
- PLDWorld - |
|
Created by chm2web html help conversion utility. |