Skip to content

A small utility to reverse bit order of the output bitstream generated by Quartus ii before it can be flashed into the FPGA flash memory of the arduino vidor MK4000.

License

Notifications You must be signed in to change notification settings

baleinesurseine/revBytes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

revBytes utility

Copyright © 2021 Édouard FISCHER

revBytes is a small utility that transforms the output .ttf file from a Quartus ii compiled project into an app.h file suitable for integration into an arduino Vidor MK 4000 sketch.

This transformation is required since the bit order has to be reversed before burning the bitstream into the flash memory.

usage

revBytes output.ttf app.h

output.ttf is put the output_files folder of the project by Quartus ii.

Help can be displayed with:

revBytes -h

or

revBytes --help

installation

cd into the top directory, at the same level as Makefile, then:

make clean
make
make install

The default installation dir for the executable is /usr/local/bin. The prefix can be changed from /usr/local/ to another prefix with:

PREFIX=/another/prefix make install

About

A small utility to reverse bit order of the output bitstream generated by Quartus ii before it can be flashed into the FPGA flash memory of the arduino vidor MK4000.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages