Altera_Forum
Honored Contributor
15 years agoTimeQuest "Warning: Ignored filter ... could not be matched with a port"
I used the TimeQuest Timing wizard to generate an SDC file with setup and hold timing constraints. Here is a snippet from the file:
set_input_delay -clock "sinclk" -max 18ns
set_input_delay -clock "sinclk" -min 2.000ns
I get the following errors regarding those lines:
Warning: Ignored filter at FpgaThird.sdc(40): da could not be matched with a port
Warning: Ignored filter at FpgaThird.sdc(40): db could not be matched with a port
Warning: Ignored set_input_delay at FpgaThird.sdc(40): Argument <targets> is an empty collection
Info: set_input_delay -clock "sinclk" -max 18ns
Warning: Ignored set_input_delay at FpgaThird.sdc(41): Argument <targets> is an empty collection
Info: set_input_delay -clock "sinclk" -min 2.000ns
The file is generated by the Wizard, and it was aware of all the port names, so I'm lost as to why this error is arising.