It is understood why a is driving so many signals.
try:
set_max_fanout 6 [ current_design ]
gongguowang@xxxxxxxxx wrote:
After synthesizing my RTL code with Synopsys DC, I found that there are
so many gates which drive too many gates, and I have added the
"set_max_fanout 6 $current_design" in my TCL script. For example,
statements below in Verilog :
wire a;
wire [199:0] in_1, in_2;
reg [199:0] out;
if (a)
out = in_1;
else
out = in_2;
and ,the signal "a" will drive 200 signals in netlist. The result is
that the gate driving "a" drives too many signals and makes the gate
too big delay( there will be 4.5 ns in a NAND gate )
Re: Debouncing....at About 1Mhz ... And I can't understand your fears about running signals through ... if that signal is delayed by sending it through a gate:... Notice that there are now twice as many noise pulses as there were ... Fred's designs aren't ugly, they're just panoramic, and they work. ... (sci.electronics.design)
Re: AC Proximity Detector ... presence of 240v in a wire - without disturbing the wire. ... That makes the input sensitive to small signals that get amplified by that gate; the output is then passed to the second stage which amplifies it more and saturates. ... (sci.electronics.design)
Re: Simple mosfet question ... I am just intercepting the signal and ...Servo motor or something like ...Gate resistors help but it all depends on the energy and persistence ... Talk of motors and intercepting signals (one presumes that the signal ... (sci.electronics.design)
Re: Simple mosfet question ... I am just intercepting the signal and ...Gate resistors help but it all depends on the energy and persistence ... the transient will develop across the resistor and not ... Talk of motors and intercepting signals (one presumes that the signal ... (sci.electronics.design)
Re: The guy who stopped Go Programming Development ... ... Being a digital electronics engineer by education, I can tell you that a neuron is a "gate" but instead of looking at the signal level, the gate is looking at the duty cycle of the digital pulses. ... These other neurons in turn, receive signals from as many as a thousand different neurons, more or less asynchronously. ... The signals that travel in the brain are only ZERO or ONE, there is a pulse or there is no pulse. ... (rec.games.go)