Official WebFPGA Command-line Utility
Project description
webfpga/cli
Python migration is complete! This repository is feature-complete with the web IDE.
Welcome to the official command-line utility for WebFPGA compatible devices. If you are unfamiliar with WebFPGA, please checkout the homepage (webfpga.io) or our Kickstarter (webfpga.io/kickstarter).
This utility provides access to the official backend for Verilog synthesis. It also provides flashing capability for the official WebFPGA family of boards (store.webfpga.io). You are free to use bitstreams sourced from our tools, Lattice's iCECube, or IceStorm. They should all work.
Installation
$ pip install webfpga
$ webfpga --help
Usage: webfpga [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
flash Flash the first connected WebFPGA device
synth Synthesize one or more input Verilog files and save the bitstream
Example
The utility is fairly simply to use once installed. Simply
synthesize one or more Verilog source files to produce a bitstream.
Then, feed that bitstream into webfpga flash
to load the binary
onto your local device. E.g.
webfpga synth input.v -o bitstream.bin && webfpga flash bitstream.bin
.
By default, webfpga synth
will save the bitstream as bitstream.bin
, but
you can use -o
to specify a different filename.
$ curl -O https://beta.webfpga.io/static/WF_blinky.v
$ webfpga synth WF_blinky.v
WebFPGA CLI v0.3
Connecting to remote synthesis engine...
200 {"status":"ok"}
Attempting synthesis (saving to bitstream.bin)...
- WF_blinky.v
... verbose output omitted ...
purging build directory...
synthesis complete!
$ webfpga flash bitstream.bin
ryan@mu2 ~/cli $ ./webfpga flash bitstream.bin
WebFPGA CLI v0.3
Opening USB device...
Preparing device for flashing...
AT: Hi
API: C_WEBUSB+
APR: 000921
Found programmer.
Checking for FPGA module and its flash configuration...
APWE: wren
AMQ: SA016WHEe
Erasing device...
AMBE: DONE
AMQ: SA016WHEE
Flashing device...
AMW: OK
AMWD: 0 3e 0 3e
RESPONSE => 62
IceStorm Example.
If you would like to produce logic with Yosys, IceStorm, and friends
— then please check out
webfpga_icestorm_examples.
Once you have produced a bitstream, simply run webfpga flash bitstream.bin
.
What is a compressed bitstream?
FPGA bitstreams are typically full of contiguous zeroes. Therefore, compression on the host and decompression in the device's firmware makes perfect sense. Flashing speeds are about 20x faster when using compressed bitstreams.
Right now, the device's firmware expects compressed bitstreams. WebFPGA doesn't support uncompressed, raw bitstreams (such as ones outputted from iCECube/IceStorm tools.) These compressed bitstreams are chunked into sub-64-byte chunks that fit into standard USB control transfer frames.
But don't fret! Our flashing utility automatically detects uncompressed bitstreams and transparently compresses them before transferring them. Bitstreams that originate from the official WebFPGA backend arrive pre-compressed.
Development
Soon, webfpga compress-bitstream
will be exposed as a command-line utility,
allowing users to compress bitstreams, store them, and flash them. WebFPGA
uses a variant of compress-bitstream
on the official backend.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file webfpga-0.0.5.tar.gz
.
File metadata
- Download URL: webfpga-0.0.5.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d839aa4e7300fc4e9d3cca4dc7165ae1f87aaf33e4520dd46fb0bba146a061e |
|
MD5 | 06c8fcdee1c3bc8c7c9267e06424c84d |
|
BLAKE2b-256 | 44028b99a57bd3a7cb3857b73ace06fbc15ed66630cc2d0c6c3913a29ecd3f80 |
File details
Details for the file webfpga-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: webfpga-0.0.5-py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 85cae98c7037d10653a8bf08def374379fb5af8de001aa3b66f07309185075c6 |
|
MD5 | af62bb6958323bf2510dd91d5c9d1ed9 |
|
BLAKE2b-256 | 761449769002cd52718eb34dbe9e92f49f2bbe3e037c862f51aeb780d5114c97 |