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 t...