Hallo zusammen, ich habe in meinem Quartus II Projekt je ein *.qsf (Assignments) und *.sdc (Timing constraints) File. Im *.sdc benutze ich Konstrukte wie z.B.:
1 | set usage "dummy" |
2 | ... |
3 | if {$usage == "dummy"} {
|
4 | ... |
5 | } |
Wenn ich das entsprechende im *.qsf versuche, scheitere ich syntaktisch. Gibt es so ein Konstrukt für *.qsf? Allenfalls ein Google/Doku-"Zauberwort"? Gruss & Merci