Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
13 years ago

Warning (10335): Unrecognized synthesis attribute "template" at...

Hi,

When I use Quartus II 8.0 to synthesize the project, the warnings occurs:

Warning (10335): Unrecognized synthesis attribute "template" at src/mss/dmss/tkl3_dmem_dummy_ff.v(53)

I searched "Quartus II Help Version 8.0" and found nothing. How can I fix this?

Thanks in advance.

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Maybe I need add some information, the warning points to these lines in the file "src/mss/dmss/tkl3_dmem_dummy_ff.v(53)":

    // synopsys template

    parameter D_WIDTH = 10;

    It seems Quartus cannot recognize "// synopsys template".