Skip to content

You don't need to own a FPGA or tools to use one. Introducing Web-FPGA-API. Run FPGA design tools on the cloud.

Notifications You must be signed in to change notification settings

plunify/web-fpga-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 

Repository files navigation

Plunify Web FPGA API

This repository contains sample scripts that call Plunify's Web FPGA API to run applications like Vivado, InTime or your preferred Plunify Partner applications in Plunify Cloud.

How to use this API

  1. Obtain your API ID from your Plunify Partner.
  2. Sign up with Plunify Cloud to obtain API credentials.
  3. Call Plunify Web FPGA API using your favourite language or tool!

API reference

Refer to the API description below.
For more details please view the API documentation.

Create Job

Creates a new execution task. Returns a Job ID and an URL. Upload your project (in ZIP format) using the URL.
End point: http://cloudapi/v1/createjob

Start Job

Starts the execution task with the specified Job ID. A cloud instance will be started to run your application.
End point: http://cloudapi/v1/startjob

Get Job

Returns a list of URLs to download results of the specified job ID.
End point: http://cloudapi/v1/getjob

List Job

Returns information on all completed tasks.
End point: http://cloudapi/v1/listjob

Cancel Job

Cancels the execution task with the specified Job ID.
The cloud instance will running your application will be terminated.
End point: http://cloudapi/v1/canceljob

About

You don't need to own a FPGA or tools to use one. Introducing Web-FPGA-API. Run FPGA design tools on the cloud.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages