abs-tudelft / abs-tudelft/FletcherFiltering

Fix the axis stream naming from HLS bug

オープン
#1 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
1
フォーク
0
PR マージ指標
30日以内にマージされた PR はありません

説明

HLS bug:
```c
#pragma HLS INTERFACE axis port=in_data.int1 name=i_int1
```
The name gets ignored here, the resulting RTL ports are still called `in_data_int1_V_TDATA` and not `i_int1_TDATA`.

This is also broken for ap_fifo. The documentation does not mention anything about unsupported combinations: https://japan.xilinx.com/html_docs/xilinx2017_4/sdaccel_doc/jit1504034365862.html

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。