Yet another assembler for VideoCore IV QPU.
You need to install flex
(lex
command) to compile qpu-assembler2.
On Debian dists, do:
$ sudo apt-get install flex
$ make
You can build Debian package by doing:
$ debuild -us -uc
Use qbin2hex to convert the output to C/C++'s array style.
$ qasm2 <in.qasm2 | qbin2hex
This software is licensed under a Modified (3-Clause) BSD License. See the LICENSE file.