2017-12-01から1日間の記事一覧

OV7670のAXI4stream対応

https://github.com/dhytxz/ip_repo

HLSのチュートリアル

AXI4 Lite Slave #include <stdio.h> #include <string.h> #include <ap_int.h> void multi_apuint(ap_uint<8> in0, ap_uint<8> in1, ap_uint<16> *out){ #pragma HLS INTERFACE s_axilite port=out bundle=AXI4LS #pragma HLS INTERFACE s_axilite port=in1 bundle=AXI4LS #pragma HLS IN</ap_int.h></string.h></stdio.h>…

QtのGoバインディングのインストール

ここを参考に http://www.naka-sys.okinawa/golang-qt-package-install/ export CGO_ENABLED=1 export GOARCH="amd64" export QT_DEBUG=true export QT_HOMEBREW=true export QT_DIR="/usr/local/opt/qt5"$ go get -u -v github.com/therecipe/qt/cmd/...$ q…