sicheng163
Member level 2
- Joined
- Oct 19, 2009
- Messages
- 45
- Helped
- 3
- Reputation
- 6
- Reaction score
- 3
- Trophy points
- 1,288
- Location
- Chengdu,China
- Activity points
- 1,567
Hi, all
I have to create a clock that is generated by a submodule, can I just use create_clock like this:
or should I use create_generated_clock, but this macro is not simply a divider module, it's complicated,
what should I do now?
thanks!!
I have to create a clock that is generated by a submodule, can I just use create_clock like this:
because I saw this message in a book:create_clock -period 10 [get_pins U_SUBMODULE/clkout]
so, I think it can be used on a pin?create_clock is used to ... This command is applied to a pin or port, object types.
or should I use create_generated_clock, but this macro is not simply a divider module, it's complicated,
what should I do now?
thanks!!