Altera_Forum
Honored Contributor
10 years agonewbie question for using emulator build
I installed Altera SDK on my system without any FPGA board.
I want to try the sw before ordering the hw. I build a fft1d example. I used the makefile which gives error when I run: Query for number of devices failed Then i did some search and found a compile command to build with emulator: which generated fft1d.aoco fft1d.aocx. Now how can I run the generated and emulated program on my system which doesn't have a FPGA board yet? Thanks.