Forum Discussion
Altera_Forum
Honored Contributor
12 years agoHi, Yes TCL is "bizarre" :-)
I correct your code :
set maxval 158
for {set i 0} {$i < $maxval} {incr i} {
set_false_path -from {CommandRegisters:CommandRegisters_inst|reg_command_bits} -to {MetaDataGenerator:MetaDataGenerator_inst|*}
}
The open accolade must be in the same line than the "for"