Documentation
Home
Discord
GitHub
Waitlist
Searchโฆ
Documentation
๐
Get Started
Installation
Build, Deploy, Run
Next steps
โ
Deploy with Sabana
Verilog
C++
RISC-V
Common Concepts
Cheatsheet
๐
Reference
Overview
Projects
Shells
CLI
Python SDK
Time
๐ฆ
Resources
FAQs
Waitlist
Terms of Service
Privacy Policy
Powered By
GitBook
Cheatsheet
TLDR page for Sabana
Sabana
Highly productive platform that allows you to package hardware source code as images that can be deployed in FPGAs in the cloud.
Create a new project
sabana new
Push project files to build an image
sabana push [--tag {tag}] [-d]
See projects currently being build
sabana ps
List your images available for deployment
sabana ls
List images pushed by others
sabana ls {username}
Deploy an instance and interact with it
python3 test/test_project_name.py
Manually deploy instance
sabana up {image-triple}
Manually terminate an instance
sabana down {instance-url}
Check allowance minutes
sabana time
Deploy with Sabana - Previous
Common Concepts
Next - Reference
Overview
Last modified
12d ago
Copy link