|
|
In this example, if the -Q<0> port drives a net (or signal) within the EDIF netlist, the Quartus® II Compiler generates the warning Net has no source because no source pin is driving the signal.
BEGIN
FUNCTION dff (CLRN, CLK, D, PRN)
RETURNS ( ,Q)
FUNCTION "LS74" ("-CL", "CLOCK", "D" <0> , "-PR")
RETURNS ("-Q <0> ", "Q <0> ")
END
|
- PLDWorld - |
|
|
| Created by chm2web html help conversion utility. |