abc::print_stats — report general circuit statistics
Sends the command print_stats parameters
to ABC and waits for a prompt.
Parses the output and converts values reported by ABC to items in the result
array.
result
(out)Optional argument. If omitted, no information is returned. The following items are present:
errorCode
(out)Error code. See RETURN CODES
below. Also put to the errorCode
global variable.
rawOutput
(out)The unprocessed output of ABC, including the final prompt.
promptNumber
(out)The number included in the final prompt. The ABC prompt has the "abc123> " form. The number indicates successive version of the network stored in ABC.
cmdTime
(out)Time in milliseconds elapsed by the command.
i
(out)TO BE DETERMINED
o
(out)TO BE DETERMINED
a
(out)TO BE DETERMINED
lat
(out)TO BE DETERMINED
lev
(out)TO BE DETERMINED
edge
(out)TO BE DETERMINED
net
(out)TO BE DETERMINED
nd
(out)TO BE DETERMINED
wbox
(out)TO BE DETERMINED
bbox
(out)TO BE DETERMINED
choice
(out)TO BE DETERMINED
exor
(out)TO BE DETERMINED
mux
(out)TO BE DETERMINED
pure_and
(out)TO BE DETERMINED
and
(out)TO BE DETERMINED
cube
(out)TO BE DETERMINED
aig
(out)TO BE DETERMINED
lit_fac
(out)TO BE DETERMINED
area
(out)TO BE DETERMINED
delay
(out)TO BE DETERMINED
power
(out)TO BE DETERMINED
glitch
(out)TO BE DETERMINED
parameters
(in)Optional argument. Parameters for the ABC print_stats command. Defaults to an empty string.
timeout
(in)Optional argument. If given, sets the timeout of Expect
for this command. Othervise, the value of the timeout
global variable applies.
The procedure returns an empty string. See abctcl(n) , abc::messages(n) for error reporting and error symbols. The following error symbols can occur:
parameters
.