- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
use Assingment Editor and assign them as a virtual pin.- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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).