You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.. | ||
README.md | 2 years ago | |
bit_to_flash.py | 2 years ago | |
eraser.svf | 2 years ago | |
ffffffff.img | 2 years ago | |
imageflasher.py | 2 years ago | |
load_to_flash.py | 2 years ago | |
prepare_firmware.py | 2 years ago | |
remotetest.py | 2 years ago |
README.md
HELPERS
This directory contains helper & test routines.
- bit_to_flash.py - Used by main build for the conversion of bitstream to flash file format
- imageflasher.py - Used to flash the application image separately to flash boot address
- load_to_flash.py - Used by main build to flash the FPGA data (includes 'ROM' software BIOS)
also may be called directly, then (currently) uses eraser.svf to clear all flash data (reset!) - prepare_firmware.py - Used by main build to integrate modified BIOS routines into main LiteX build
- remotetest.py - DRAM read/write test