Command Reference 2. Synopsys Commands report_reference
NAME
report_reference
Displays information about references in
the current_instance, if set; or in the
current_design otherwise.
SYNTAX
int report_reference [-nosplit]
ARGUMENTS
-nosplit Most of the design information is listed
in fixed-width columns. If the
information for a given field exceeds
the column width, the next field begins
on a new line, starting in the correct
column. This option prevents line-
splitting and facilitates writing
software to extract information from the
report output.
DESCRIPTION
Displays information about all references in the
current_instance or current_design. If
current_instance has been set, the report is generated
for the design of that instance; otherwise the report
is generated for the current_design.
V3.1 Synopsys Inc. 1988-1994. All rights reserved. 2-1
report_reference 2. Synopsys Commands Command Reference
EXAMPLES
The following is an example of a reference report:
dc_shell> report_reference
****************************************
Report : reference
Design : CONTROL
Version: v2.0
Date : Fri Mar 20 14:09:33 1991
****************************************
Attributes:
b - black box (unknown)
bo - boundary optimization
d - dont_touch
h - hierarchical
n - noncombinational
r - removable
s - synthetic module
u - contains unmapped logic
Reference Library Unit Area Count Total Area Attributes
-------------------------------------------------------------------------
CTLX 101.00 1 101.00 h
INV tech_lib 1.00 1 1.00
JMM 0.00 0 0.00 b, d
JMM1 0.00 0 0.00 b
JPMP 0.00 1 0.00 h, u
MX1P tech_lib 8.00 8 64.00 n
NAND2 tech_lib 1.00 6 6.00
NAND3 tech_lib 2.00 1 2.00
-------------------------------------------------------------------------
Total 8 references 174.00
SEE ALSO
report_cell(2), report_design(2).
2-2 Synopsys Inc. 1988-1994. All rights reserved. V3.1