Forum Discussion
Altera_Forum
Honored Contributor
12 years agoThanks. I have been trying to get a for loop working but could not figure out the correct syntax as the TCL syntax for me is a complete mystery!
I'm now trying this:
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|*}
} but Quartus II says this:
Critical Warning (332008): Read_sdc failed due to errors in the SDC file
For now i'm generating some 160 lines via a simple C application but surely the TCL loop must be a cleaner solution, should I figure out the correct syntax...