Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16616 Discussions

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

Altera_Forum
Honored Contributor II
1,194 Views

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
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
291 Views

Hi,  

 

use Assingment Editor and assign them as a virtual pin.
0 Kudos
Altera_Forum
Honored Contributor II
291 Views

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).
0 Kudos
Reply