Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpenalbae/black-iceprog
Multiplatform script to upload bitstream to BlackIce FPGAs from mystorm
https://github.com/jpenalbae/black-iceprog
apio blackice fpga mystorm
Last synced: 13 days ago
JSON representation
Multiplatform script to upload bitstream to BlackIce FPGAs from mystorm
- Host: GitHub
- URL: https://github.com/jpenalbae/black-iceprog
- Owner: jpenalbae
- License: gpl-3.0
- Created: 2017-11-06T19:30:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-22T04:07:46.000Z (about 7 years ago)
- Last Synced: 2024-11-19T05:58:45.047Z (about 1 month ago)
- Topics: apio, blackice, fpga, mystorm
- Language: Python
- Size: 14.6 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# black-iceprog
Multiplatform script to upload bitstream to BlackIce FPGAs from mystorm. This was done to be used with [apio](https://github.com/FPGAwars/apio) micro-ecosystem, but it can also be used as a standalone script.## Installation
Using pip
```
pip install -U blackiceprog
```Manual installation
```
$ git clone https://github.com/jpenalbae/black-iceprog.git
$ cd black-iceprog/
$ python setup.py build
$ sudo python setup.py install
```## Usage
```
$ black-iceprog
Usage: black-iceprog serial_device bitstream_file
$ black-iceprog /dev/ttyACM0 hardware.bin
Wrote 135100 bytes
```