hung2000
Newbie level 2
- Joined
- Jul 18, 2008
- Messages
- 2
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Location
- Houten, Netherlands
- Activity points
- 1,297
Hi,
I am working on next version of a top module. This top module has instantiated a sub-module which will eventually go away. How can I exclude timing of this entire module?
Currently I am doing this:
set_false_path -thr [get_pins INST_0/*]
set_false_path -thr [get_pins INST_0/*/*]
... [to the deepest level]
set_false_path -thr [get_pins INST_0/*/*/*/*/*/*/*/*/*]
Is there any easier way doing it? This sub-module has multiple clocks going into it (to be disconnected in next version).
Many thanksssss!
Gary
I am working on next version of a top module. This top module has instantiated a sub-module which will eventually go away. How can I exclude timing of this entire module?
Currently I am doing this:
set_false_path -thr [get_pins INST_0/*]
set_false_path -thr [get_pins INST_0/*/*]
... [to the deepest level]
set_false_path -thr [get_pins INST_0/*/*/*/*/*/*/*/*/*]
Is there any easier way doing it? This sub-module has multiple clocks going into it (to be disconnected in next version).
Many thanksssss!
Gary