Forum Discussion
Altera_Forum
Honored Contributor
13 years agoset_false_path -from {ModA:ModA_inst|reg_src[144..244]} -to {ModB:ModB_inst|*} ?
I have a 2048 bit register that has a range of signals that need to be part of a false path. Instead of creating 100 lines like this: set_false_path -from {ModA:ModA_inst|reg_src[144]} -to...
Altera_Forum
Honored Contributor
13 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"