mirror of
https://github.com/Steffo99/unimore-hpc-assignments.git
synced 2024-11-25 01:24:22 +00:00
Remove bundle
param from INTERFACE axis
Co-authored-by: Fabio Zanichelli <274956@studenti.unimore.it> Co-authored-by: Stefano Pigozzi <256895@studenti.unimore.it>
This commit is contained in:
parent
dc9c54025d
commit
b2d8739505
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 bundle=boutput
|
||||
#pragma HLS INTERFACE axis port=in bundle=binput
|
||||
#pragma HLS INTERFACE axis port=out
|
||||
#pragma HLS INTERFACE axis port=in
|
||||
#pragma HLS INTERFACE s_axilite port=width bundle=bwidth
|
||||
#pragma HLS INTERFACE s_axilite port=height bundle=bheight
|
||||
|
||||
|
|
Loading…
Reference in a new issue