hbeck
Junior Member level 2
Hello everyone,
I did a synthesis of my design with the Design Compiler and Formality signals me that all compare points are equal (*.ddc vs. RTL). Also its possible to read back the ddc file with DesignVision and generate some schematics. But when I read my design into Primetime by typing:
The output shows that almost every submodule is skipped, due to unresolved reference:
How can that happen? The technology setup (search_path / link_library) is the same as used for synthesis and logic equivalence check. I did that with local .synopsys_dc.setup and .synopsys_pt.setup files.
Any hints? Thanks in advance.
(Versions: DC F-2011.09-SP4, PT F-2011.12-SP3)
I did a synthesis of my design with the Design Compiler and Formality signals me that all compare points are equal (*.ddc vs. RTL). Also its possible to read back the ddc file with DesignVision and generate some schematics. But when I read my design into Primetime by typing:
Code:
read_ddc xxx.ddc
link_design
The output shows that almost every submodule is skipped, due to unresolved reference:
Code:
Warning: Unable to resolve reference to 'xxx' in 'xxx_top'. (LNK-005)
Creating black box for i_xxx/xxx...
How can that happen? The technology setup (search_path / link_library) is the same as used for synthesis and logic equivalence check. I did that with local .synopsys_dc.setup and .synopsys_pt.setup files.
Any hints? Thanks in advance.
(Versions: DC F-2011.09-SP4, PT F-2011.12-SP3)