Froed
Junior Member level 2
verilog pullup
Hi ho,
I have ap roblem with a entlist and DC 2001.8 under linux.
In the netlist, there are a few verilog statements with the keywords pullup and pulldown ( i,e, pullup (zero) ).
So, my DC cannot read in this. "pullup not supported by synthesis" or "error at or near token pullup" ( only one instantiated module with the name pullup. i.e.
module pulldown ( Z );
output Z;
zero I0 ( .Y(Z) );
endmodule
A DC of a collegue ( 2000.5 solaris ) has no problems with this keywords.
Is there any compiler switch or variable to avoid this error ???
Hi ho,
I have ap roblem with a entlist and DC 2001.8 under linux.
In the netlist, there are a few verilog statements with the keywords pullup and pulldown ( i,e, pullup (zero) ).
So, my DC cannot read in this. "pullup not supported by synthesis" or "error at or near token pullup" ( only one instantiated module with the name pullup. i.e.
module pulldown ( Z );
output Z;
zero I0 ( .Y(Z) );
endmodule
A DC of a collegue ( 2000.5 solaris ) has no problems with this keywords.
Is there any compiler switch or variable to avoid this error ???