The Complete SPRLIB & ANNLIB

check_order_ids

- check whether the unit IDs and layer IDs are correctly ordered (LOCAL)

SYNOPSIS

int check_order_ids (net)

ARGUMENTS

NET *net A pointer to a NET structure.

RETURNS

TRUE if there is an error in the order of the IDs, FALSE if not.

FUNCTION

The function calls the check_incr_ids function for all input units (having the UnitFlag field set to INUNIT) and check_decr_ids for all output units (having the UnitFlag field set to OUTUNIT).

NOTE

This function is used by check_ff_net. The function may be quite time-consuming for large networks, since all paths from an input unit to an output unit and vice versa are checked.

SEE ALSO

check_net, check_units, check_links, check_conn_to_input, check_conn_to_output , check_incr_ids, check_decr_ids, check_ff_net , check_all_network

This document was generated using api2html on Thu Mar 5 09:00:00 MET DST 1998