SKaza4
New Contributor
5 years agoi++ always compiles for different device
I tried to compile design for two Stratix V devices: 5SGXEA7K2F40C2
and 5SGXEABK2H40C2. And the result is the same even though these devices have different parameters. And actually the design always compiles for 5SGSD8 as I see from available resources. How can I fix it?
i++ Version18.1.0 Build 625
i++ -I/home/sk/intelFPGA/18.1/hls/include --fpc --fp-relaxed -march=5SGXEA7K2F40C2 fpga_main.cpp -o bfpga
or
i++ -I/home/sk/intelFPGA/18.1/hls/include --fpc --fp-relaxed -march=5SGXEABK2H40C2 fpga_main.cpp -o bfpga