Forum Discussion

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

prevent the quartus II analysis and synthesis tool to generate interface I/O buffers

hello

I would like to know how can i prevent the quartus II analysis and synthesis tool to generate interface I/O buffers that connect input /output pin to logic design.

Thank you

1 Reply

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

    To remove I/O buffers you need to assign the input and output ports as Virtual pins expect clock,reset and Transceivers. It will do the trick but it will be ignored if your interface is a bidirectional one.

    GOOD LUCK