Forum Discussion
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- Hi, Try with command : i++ -march="Arria 10" -ghdl counter.cpp Best Regards, Anand Raj Shankar (This message was posted on behalf of Intel Corporation) --- Quote End --- When I try this: i++ -march="arria10" -gvhdl counter.cpp, I get the following error:
C:\intelFPGA_lite\17.1\hls\examples\counter>i++ -march="Arria10" -gvhdl counter.cpp
EmitRawText called on an MCStreamer that doesn't support it, something must not be fully mc'ized
aocl-clang: error: clang frontend command failed with exit code 3 (use -v to see invocation)
HLS Clang (Generating testbench object file) FAILED.
Prince_J_Intel
New Contributor
7 years ago-gvhdl is wrong option... correct switch is -ghdl ... no 'v'.