Forum Discussion
Altera_Forum
Honored Contributor
12 years agoThanks. This version worked:
set_false_path -from CommandRegisters:CommandRegisters_inst|reg_command_bits -to {MetaDataGenerator:MetaDataGenerator_inst|*} Having extensive programming experience, it is a mystery to me why anyone would come up with something as ugly as TCL. For example, adding in the {} around the 'from' path above should create a list with a single item but that fails. I'm sure this has to do with some string-substitution rule in TCL... The last time i looked at anything this ugly, i think it was C++ templates! Anyways, I now have a working solution. Thanks, all, for your help.