Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17268 Discussions

OpenCL SDK 15.0 not opening

Altera_Forum
Honored Contributor II
2,459 Views

I have downloaded 15.0 FPGA design and SDK for openCL. 

Istallation process done, but just quartus is working and for OpneCL SDK terminal open for a second and close by it self. I am not able to open it. 

anyone can help me?:(
0 Kudos
12 Replies
Altera_Forum
Honored Contributor II
1,586 Views

can you run the command "aocl diagnose"? What does this tell you?

0 Kudos
Altera_Forum
Honored Contributor II
1,586 Views

Many thanks for reply... 

But could you please let me know where should I write this command? 

I am using windows 8 and I am able to open only Quartus. I am not able to run OenCL SDK. I followed every instuction of "Getting started from ALTERA"
0 Kudos
Altera_Forum
Honored Contributor II
1,586 Views

You have to open a command prompt, in the start menu search for cmd, right click->run as administrator 

Then enter the command.
0 Kudos
Altera_Forum
Honored Contributor II
1,586 Views

cmd is Showning me Error: "The comand 'aocl' is not recognised. command not found"

0 Kudos
Altera_Forum
Honored Contributor II
1,586 Views

Then it looks like OpenCL was not installed. I assume you followed the getting started guide. Did you get any errors during installation? 

https://www.altera.com/content/dam/altera-www/global/en_us/pdfs/literature/hb/opencl-sdk/aocl_getting_started.pdf
0 Kudos
Altera_Forum
Honored Contributor II
1,586 Views

Let me give you all Detail: 

 

My PC has below system properties: 

OS : Windows 8 Pro 

RAM: 4 GB 

System type:64 Bit, X-86 based processor. 

 

Now as per manual, Devloper need 24 GB RAM, So in this case am I work as devloper? If yes then Do I need 24GB RAM? 

 

I have installed Quartus and Altera Open CL SDK , didnt get any error during installation. Quartus is working fine but OpenCL is not working. e.g. I click on Open CL program , it opens with a terminal window for a msec and close it byself. 

 

I checked in installed program, and OpenCL SDK is there. 

 

One more thing I would like to clarify is, I will write C code for FPGA board and using OpenCL SDK I will be able to load program in to FPGA board, Am I understand correct? 

 

Just for Info: I havent connected any FPGA board with my Pc. Is it okay to work on OpenCL without board? 

 

Thanks for reply.
0 Kudos
Altera_Forum
Honored Contributor II
1,586 Views

Ckncerning the RAM, as you will generate the hardware, yes you are a developer. The ammou t of RAM needed depends on your design and target chip. You can try with 4GB, but it miht not be enough, I work with an Arria 10, which needs 64 GB, that is the only rference I got. 

 

You don't write C, you write OpenCL, which is C with some added functionality, and some "removed" functionality. 

 

In the case of not having a board, I think you can use the emulator. Please see this thread:http://www.alteraforum.com/forum/showthread.php?t=51433. I also think you don't need much RAM for that, but I haven't checked that.
0 Kudos
Altera_Forum
Honored Contributor II
1,586 Views

Thanks again. 

 

I will work on below board. http://rocketboards.org/foswiki/view/documentation/arrowsockitevaluationboard 

 

Its Cyclone V. Could you please let me know homany minimum memory will I needed for it? 

 

and Where will I write OpenCL? in OpenCL SDK software right?
0 Kudos
Altera_Forum
Honored Contributor II
1,586 Views

Hi.. 

 

I will write code in OpenCL, but I will write code in "OpenCL SDK". right? 

 

I will use CycloneV devloper board. please check it : http://rocketboards.org/foswiki/view/documentation/arrowsockitevaluationboard 

 

Could you please let me know Howmany at least memory for it needed?
0 Kudos
Altera_Forum
Honored Contributor II
1,586 Views

Hi 

I will use Cyclone V kit. 

http://rocketboards.org/foswiki/view/documentation/arrowsockitevaluationboard 

 

Could you please let me know how many memory it needed? 

 

I will do OpenCL coding in OpenCL SDK, Right?
0 Kudos
Altera_Forum
Honored Contributor II
1,586 Views

Oh, and the OpenCL SDK has only command-line tools, no GUI (as far as I know). The reason for the window disappearing is that a command prompt closes as soon as aocl is started as you don't provide any arguments. If you want to know what these are, start a command prompt and enter the following command: aocl. This calls the aocl.exe from the hld\bin directory in the altera(_pro) install directory.

0 Kudos
Altera_Forum
Honored Contributor II
1,586 Views

Sorry, didn't see your last post. I have no idea about the ammount of memory needed for that board. As to the development of the code, I use Microsofts Visual Studio, but any text editor and compiler will do. The OpenCL SDK is only used to compile and emulate the device.

0 Kudos
Reply