jiwei
Newbie

Hi everyone,
I'm currently using LEC to perform RTL-to-netlist equivalence checking, and I've run into an issue.
In my RTL, there is a reg , but after synthesis with Design Compiler, the corresponding DFF doesn't appear in the netlist.
This causes the register to be unmapped during the mapped comparison stage in LEC.
I’ve also tried using the following command, but it didn’t resolve the issue
set undriven signal 0 -both
set flatten model -nodff_to_dlat_feedback -seq_constant -gated_clock -seq_constant_x_to 0 -enable_analyze_hier_compare
remodel -seq_constant -seq_merge -repeat
Has anyone encountered a similar issue or know how to resolve this? Any suggestions would be greatly appreciated. Thanks!
I'm currently using LEC to perform RTL-to-netlist equivalence checking, and I've run into an issue.
In my RTL, there is a reg , but after synthesis with Design Compiler, the corresponding DFF doesn't appear in the netlist.
This causes the register to be unmapped during the mapped comparison stage in LEC.
I’ve also tried using the following command, but it didn’t resolve the issue
set undriven signal 0 -both
set flatten model -nodff_to_dlat_feedback -seq_constant -gated_clock -seq_constant_x_to 0 -enable_analyze_hier_compare
remodel -seq_constant -seq_merge -repeat
Has anyone encountered a similar issue or know how to resolve this? Any suggestions would be greatly appreciated. Thanks!