YakDamBam
Newbie level 6
I'm working with Design Compiler and UPF to insert level shifters and isolation cells into a design
I have two power domains and want to insert level shifter between two power domains
I write UPF associated with level shifter like this
set_level_shifter HtoL_sig_to_msb \
-domain SWITCH \
-applies_to inputs \
-rule high_to_low \
-location self
During synthesizing, there are errros and there aren't level shifters in netlist confirmed by VCS
So, I wonder if it is inserted in either the synthetic flow or the physical flow.
If level shfiter is inserted in synthetic flow, why level shifter isn't inserted in my case?
I have two power domains and want to insert level shifter between two power domains
I write UPF associated with level shifter like this
set_level_shifter HtoL_sig_to_msb \
-domain SWITCH \
-applies_to inputs \
-rule high_to_low \
-location self
During synthesizing, there are errros and there aren't level shifters in netlist confirmed by VCS
So, I wonder if it is inserted in either the synthetic flow or the physical flow.
If level shfiter is inserted in synthetic flow, why level shifter isn't inserted in my case?