mirror of
https://github.com/Steffo99/unimore-hpc-assignments.git
synced 2024-11-21 23:54:25 +00:00
Change in
and out
ports to INTERFACE m_axi
Co-authored-by: Fabio Zanichelli <274956@studenti.unimore.it> Co-authored-by: Stefano Pigozzi <256895@studenti.unimore.it>
This commit is contained in:
parent
b2d8739505
commit
03adf8351e
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
|
||||
void sobel(uint8_t *__restrict__ out, uint8_t *__restrict__ in, const int width, const int height)
|
||||
{
|
||||
#pragma HLS INTERFACE axis port=out
|
||||
#pragma HLS INTERFACE axis port=in
|
||||
#pragma HLS INTERFACE m_axi port=out offset=slave bundle=bout
|
||||
#pragma HLS INTERFACE m_axi port=in offset=slave bundle=bin
|
||||
#pragma HLS INTERFACE s_axilite port=width bundle=bwidth
|
||||
#pragma HLS INTERFACE s_axilite port=height bundle=bheight
|
||||
|
||||
|
|
Loading…
Reference in a new issue