Altera_Forum
Honored Contributor
10 years agoTCL, LOGICLOCK, sequential logic, please help
I would like to assign a collection of sequential logic from a specific hierarchy in my netlist and connected to a specific global clock to a logic lock region.
Can someone help me with this syntax? Something like this: set_logiclock -auto_size true -floating true -region LLK_REGION -reserved true set my_id [get_names -filter *my_module -node_type hierarchy -observable_type all] foreach_in_collection name_id $my_id { set_logiclock_contents -region LLK_REGION -to [<get sequential logic on specific clock with name_id>] } What I cannot figure out is how to grab the logic on a specific clock starting from the module object. Please advise and thanks. Howard