mfojtik
Newbie level 1
- Joined
- Jan 6, 2010
- Messages
- 1
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,294
My Verilog design has a master control signal that changes the operation of the chip. Since this signal does not toggle while the chip is running, I want Synopsys Design Compiler to treat it as if it were constant, and not perform any timing optimizations or needless buffer insertion for it.
What is the command I need to use for this? Is it some sort of set_false_path or set_max_delay? I'm a little scared of the set_false_path syntax since I've heard that doing it wrong could end up removing the timing constraints on every gate that my control signal touches, and I do not want to do that.
What is the command I need to use for this? Is it some sort of set_false_path or set_max_delay? I'm a little scared of the set_false_path syntax since I've heard that doing it wrong could end up removing the timing constraints on every gate that my control signal touches, and I do not want to do that.