Forum Discussion

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

How to not assign outputs to any pins and avoid being optimized out

Hello,

Is it a must to assign outputs of circuit to pins in FPGA? I have a ASIC design of an AES cipher that I want to test on FPGA, but I don't really want to connect the outputs of the circuit to any pin, is this possible cause I am afraid that Quartus will optimize the circuit out.

Thank you

2 Replies

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

    How do you intend to test your design on an FPGA if you don't assign the outputs to anything?

    Quartus will only remove bits of the circuit which will have no affect (e.g. unconnected outputs).