10.06.2016 Views

eldo_user

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Connecting a Source to a DSPF Backannotated Node<br />

Post-Layout Simulation<br />

DSPF Backannotation Examples<br />

It is possible to connect a source to a node that is backannotated with DSPF. This might be<br />

useful to insert a voltage or current source to a specific node to check a critical path. However,<br />

after DSPF extension, the original node might be expanded in several nodes, and there might be<br />

no path remaining between the extra source and the network, that is, the extra source no longer<br />

has a connection to the network. This is because the extra source was not in the design when<br />

DSPF information was created. The solution is that nodes connected to that extra source are not<br />

expanded by DSPF. Eldo can detect such situations when the extra source is instantiated from<br />

the top of the design and connected to a node at a lower level of hierarchy, using the full node<br />

pathname. For example:<br />

.SUBCKT INV in out<br />

*...<br />

R1 in internal 1k<br />

*...<br />

.ends<br />

X1 in out INV<br />

v1 X1.internal 0 5<br />

!full pathname usage<br />

Eldo will detect this configuration, and DSPF instructions will be ignored on node X1.internal.<br />

This is similar to the command: .IGNORE_DSPF_ON_NODE X1.internal.<br />

However if the extra source is added at the same level as the nodes (for example all at the top),<br />

Eldo will only be able to issue a message that the node is connected to a single device only, and<br />

will indicate that there is a possible DSPF connection problem. You must then manually add the<br />

command .IGNORE_DSPF_ON_NODE on that node to deal with that specific situation.<br />

Related Topics<br />

SPEF Backannotation<br />

DSPF File Structure<br />

Eldo Post-Layout Commands<br />

Eldo Post-Layout Options<br />

Example 21—Post-Layout Simulation using DSPF<br />

Eldo® User's Manual, 15.3 397

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!